Skip to content

Commit

Permalink
Update contracts/governance/extensions/GovernorCountingFractional.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco <[email protected]>
  • Loading branch information
ernestognw and frangio committed May 29, 2024
1 parent e0f5b71 commit f1b71bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {Math} from "../../utils/math/Math.sol";
* Against, For, Abstain. Additionally, it includes a fourth option: Fractional, which allows voters to split their voting
* power amongst the other 3 options.
*
* Votes cast with the Fractional support must be accompanied by a `params` argument that is tree packed `uint128` values
* Votes cast with the Fractional support must be accompanied by a `params` argument that is three packed `uint128` values
* representing the weight the delegate assigns to Against, For, and Abstain respectively. For those votes cast for the other
* 3 options, the `params` argument must be empty.
*
Expand Down

0 comments on commit f1b71bc

Please sign in to comment.