Rephrase VoteReduced event docs (#5318)
This commit is contained in:
@ -35,7 +35,7 @@ abstract contract GovernorCountingOverridable is GovernorVotes {
|
||||
mapping(address voter => VoteReceipt) voteReceipt;
|
||||
}
|
||||
|
||||
/// @dev The vote was reduced by `weight` after an override over the `delegate` by the original token holder
|
||||
/// @dev The votes casted by `delegate` were reduced by `weight` after an override vote was casted by the original token holder
|
||||
event VoteReduced(address indexed delegate, uint256 proposalId, uint8 support, uint256 weight);
|
||||
|
||||
/// @dev A delegated vote on `proposalId` was overridden by `weight`
|
||||
|
||||
Reference in New Issue
Block a user