Update and clarify documentation comments (#5206)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Ernesto García <ernestognw@gmail.com> Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -145,7 +145,7 @@ abstract contract GovernorCountingFractional is Governor {
|
||||
uint256 againstVotes = 0;
|
||||
uint256 forVotes = 0;
|
||||
uint256 abstainVotes = 0;
|
||||
uint256 usedWeight;
|
||||
uint256 usedWeight = 0;
|
||||
|
||||
// For clarity of event indexing, fractional voting must be clearly advertised in the "support" field.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user