Skip to content

Commit

Permalink
Update modules/4337/contracts/Safe4337Module.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Rodrigues Lordello <[email protected]>
  • Loading branch information
akshay-ap and nlordell authored Jul 11, 2024
1 parent 1ec9813 commit be6a6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/4337/contracts/Safe4337Module.sol
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
* @param threshold Indicates the number of iterations to perform in the loop.
* @return isValid True if length check passes, false otherwise.
*/
function _checkSignatureLength(bytes calldata signatures, uint256 threshold) internal pure returns (bool isValid) {
function _checkSignaturesLength(bytes calldata signatures, uint256 threshold) internal pure returns (bool isValid) {
uint256 expectedOffset = threshold * 0x41;

for (uint256 i = 0; i < threshold; i++) {
Expand Down

0 comments on commit be6a6f5

Please sign in to comment.