Skip to content

Commit

Permalink
[#754] Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 4, 2024
1 parent f61aec6 commit c72d37f
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 @@ -215,7 +215,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
* @dev Checks if the signatures length is correct and does not contain addtional bytes.
* The code uses scratch space to store s and v values of the signatures.
* 0x00 stores s value and 0x20 stores v value.
* As checkSignatures is expected to perform, it is skipped here.
* As checkSignatures is expected to check whether signature length is aleast threshold * 0x41, it is skipped here.
* @param signatures signatures data
* @param threshold Indicates the number of iterations to perform in the loop.
* @return bool True if length check passes, false otherwise.
Expand Down

0 comments on commit c72d37f

Please sign in to comment.