We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3597b4 commit 179040dCopy full SHA for 179040d
certora/specs/Account.spec
@@ -2,7 +2,7 @@ import "helpers/helpers.spec";
2
import "methods/IAccount.spec";
3
4
methods {
5
- function getDataSelector(bytes) external returns (bytes4) envfree;
+ function getDataSelector(bytes) external returns (bytes4) envfree;
6
function getFallbackHandler(bytes4) external returns (address) envfree;
7
8
function _validatorLength() external returns (uint256) envfree;
0 commit comments