Commit 8553c143 by github-actions

Transpile f5b0923f

parent 95de0e7a
...@@ -80,7 +80,7 @@ abstract contract GovernorCountingSimpleUpgradeable is Initializable, GovernorUp ...@@ -80,7 +80,7 @@ abstract contract GovernorCountingSimpleUpgradeable is Initializable, GovernorUp
} }
/** /**
* @dev See {Governor-_voteSucceeded}. In this module, the forVotes must be scritly over the againstVotes. * @dev See {Governor-_voteSucceeded}. In this module, the forVotes must be strictly over the againstVotes.
*/ */
function _voteSucceeded(uint256 proposalId) internal view virtual override returns (bool) { function _voteSucceeded(uint256 proposalId) internal view virtual override returns (bool) {
ProposalVote storage proposalvote = _proposalVotes[proposalId]; ProposalVote storage proposalvote = _proposalVotes[proposalId];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment