flexible-voting
flexible-voting copied to clipboard
fix: update ERC-165
ERC-165 defines "the interface identifier as the XOR of all function selectors in the interface"
GovernorCountingFractional v1.1.0 added the fractionalVoteNonce public state variable (getter method) which therefore changes it's interface identifier. However, this is not currently reflected in it's supportsInterface method, which just uses the OZ Governor definition