There was an error while loading. Please reload this page.
1 parent 9ecf644 commit ec4a961Copy full SHA for ec4a961
1 file changed
test/mocks/IMockPermit2.sol
@@ -22,7 +22,4 @@ abstract contract IMockPermit2 {
22
{}
23
24
function useUnorderedNonce(address from, uint256 nonce) public virtual {}
25
-
26
- // stuck here bc this is defined at Permit2 but not the interface
27
- // function invalidateUnorderedNonces(uint256 wordPos, uint256 mask) external {}
28
}
0 commit comments