Skip to content

Commit

Permalink
[#754] Summarize _checkSignatureLength function
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 4, 2024
1 parent 78ef010 commit 27ec2cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/4337/certora/specs/ValidationDataLastBitOne.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ methods {
function getOperationHash(
Safe4337Module.PackedUserOperation userOp
) external returns(bytes32) envfree => PER_CALLEE_CONSTANT;

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

rule validationDataLastBitOneIfCheckSignaturesFails(address sender,
Expand Down

0 comments on commit 27ec2cf

Please sign in to comment.