Skip to content

Commit 179040d

Browse files
Amxxernestognw
andauthored
Update certora/specs/Account.spec
Co-authored-by: Ernesto García <[email protected]>
1 parent f3597b4 commit 179040d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certora/specs/Account.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import "helpers/helpers.spec";
22
import "methods/IAccount.spec";
33

44
methods {
5-
function getDataSelector(bytes) external returns (bytes4) envfree;
5+
function getDataSelector(bytes) external returns (bytes4) envfree;
66
function getFallbackHandler(bytes4) external returns (address) envfree;
77

88
function _validatorLength() external returns (uint256) envfree;

0 commit comments

Comments
 (0)