Skip to content

Commit

Permalink
fix: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-morpho committed Nov 18, 2024
1 parent 5d04121 commit 9918bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/ERC20.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ methods {
function delegatee(address) external returns address envfree;
function nonces(address) external returns (uint256) envfree;
function DOMAIN_SEPARATOR() external returns (bytes32) envfree;
function upgradeToAndCall(address, bytes) external => NONDET DELETE;
function upgradeToAndCall(address, bytes) external => NONDET DELETE;
}

/*
Expand Down

0 comments on commit 9918bff

Please sign in to comment.