Skip to content

Commit

Permalink
[#754] Add comment on signature encoding in _checkSignatureLength
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 8, 2024
1 parent fce0584 commit 9e526d6
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 addtional bytes.
* @dev Checks if the signatures length is correct and does not contain addtional bytes. The function does not check the integrity of the signature encoding.
* @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 9e526d6

Please sign in to comment.