Skip to content

Commit

Permalink
contracts-bedrock: reintegrate commented out tests for GovernanceToken
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Jul 17, 2024
1 parent 09943d6 commit 932f02b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ contract GovernanceToken is ERC20Burnable, ERC20Votes, Ownable {
_mint(_account, _amount);
}

/*
/// @notice Returns the checkpoint for a given account at a given position.
/// @param _account Account to get the checkpoints for.
/// @param _pos Position to get the checkpoints at.
Expand Down Expand Up @@ -62,7 +61,7 @@ contract GovernanceToken is ERC20Burnable, ERC20Votes, Ownable {
} else {
return super.delegates(_account);
}
}*/
}

// TODO: call subdelegate -> standard rule
/// @notice Delegates votes from the sender to `delegatee`.
Expand Down

0 comments on commit 932f02b

Please sign in to comment.