Skip to content

Commit

Permalink
chore: fix code comment
Browse files Browse the repository at this point in the history
Addresses ChainSecurity audit 7.6.
  • Loading branch information
danielattilasimon committed Nov 29, 2024
1 parent 12d4852 commit d5c72ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Governance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ contract Governance is Multicall, UserProxyFactory, ReentrancyGuard, Ownable, IG
assert(deltaLQTYVotes != 0 || deltaLQTYVetos != 0);

/// === Check FSM === ///
// Can vote positively in SKIP, CLAIMABLE, CLAIMED and UNREGISTERABLE states
// Can vote positively in SKIP, CLAIMABLE and CLAIMED states
// Force to remove votes if disabled
// Can remove votes and vetos in every stage
(InitiativeVoteSnapshot memory votesForInitiativeSnapshot_, InitiativeState memory initiativeState) =
Expand Down

0 comments on commit d5c72ea

Please sign in to comment.