We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1d9bb commit 345804bCopy full SHA for 345804b
src/FlexVotingBase.sol
@@ -80,7 +80,8 @@ abstract contract FlexVotingBase {
80
/// e.g. if the internal representation of balance has been scaled down.
81
function _rawBalanceOf(address _user) internal view virtual returns (uint208);
82
83
- // TODO rename to avoid collision with FlexVotingDelegable.
+ // TODO Should we rename this function to avoid collision with FlexVotingDelegable?
84
+ // https://github.com/ScopeLift/flexible-voting/issues/88
85
/// @dev Delegates the present contract's voting rights with `GOVERNOR` to itself.
86
function _selfDelegate() internal {
87
IVotingToken(GOVERNOR.token()).delegate(address(this));
0 commit comments