Skip to content

Commit 345804b

Browse files
committed
Add reference to github issue RE function naming
1 parent 1e1d9bb commit 345804b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FlexVotingBase.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ abstract contract FlexVotingBase {
8080
/// e.g. if the internal representation of balance has been scaled down.
8181
function _rawBalanceOf(address _user) internal view virtual returns (uint208);
8282

83-
// TODO rename to avoid collision with FlexVotingDelegable.
83+
// TODO Should we rename this function to avoid collision with FlexVotingDelegable?
84+
// https://github.com/ScopeLift/flexible-voting/issues/88
8485
/// @dev Delegates the present contract's voting rights with `GOVERNOR` to itself.
8586
function _selfDelegate() internal {
8687
IVotingToken(GOVERNOR.token()).delegate(address(this));

0 commit comments

Comments
 (0)