flexible-voting icon indicating copy to clipboard operation
flexible-voting copied to clipboard

fix: update ERC-165

Open mds1 opened this issue 2 years ago • 0 comments

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

mds1 avatar Aug 01 '23 00:08 mds1