Skip to content

Commit

Permalink
[#754] FV
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 4, 2024
1 parent a33c7cd commit b9b3bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/4337/certora/specs/ValidationDataLastBitOne.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ methods {
Safe4337Module.PackedUserOperation userOp
) external returns(bytes32) envfree => PER_CALLEE_CONSTANT;

function _._checkSignatureLength(bytes calldata, uint256) internal returns(bool) => ALWAYS(true);
function _._checkSignatureLength(bytes calldata, uint256) internal => ALWAYS(true);
}

rule validationDataLastBitOneIfCheckSignaturesFails(address sender,
Expand Down

0 comments on commit b9b3bab

Please sign in to comment.