Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Oct 25, 2024
1 parent 1ea3251 commit 9ec0fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/contracts/src/MajorityVotingBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,8 @@ abstract contract MajorityVotingBase is
VoteOption _voteOption
) internal view virtual returns (bool);

// todo as Sarkawt suggested we could have a function that only checks the results of the vote and don't care about the early execution etc
// todo as Sarkawt suggested we could have a function that only checks the results of the vote and don't care
// todo about the early execution etc
// todo but not 100% sure if will give the needed value, early execution and vote replacement is also useful
/// @notice Internal function to check if a proposal can be executed. It assumes the queried proposal exists.
/// @param _proposalId The ID of the proposal.
Expand Down

0 comments on commit 9ec0fd2

Please sign in to comment.