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 <nick@safe.global>
  • Loading branch information
akshay-ap and nlordell authored Jul 10, 2024
1 parent 195f792 commit 3975d8f
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 @@ -212,7 +212,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
}

/**
* @dev Checks if the signatures length is correct and does not contain additional bytes. The function does not check the integrity of the signature encoding.
* @dev Checks if the signatures length is correct and does not contain additional bytes. The function does not check the integrity of the signature encoding, as this is expected to be checked by the {Safe} implementation of {checkSignatures}.
* @param signatures signatures data
* @param threshold Indicates the number of iterations to perform in the loop.
* @return result True if length check passes, false otherwise.
Expand Down

0 comments on commit 3975d8f

Please sign in to comment.