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 5fa8afd commit c2a0770
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 @@ -220,8 +220,8 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
function _checkSignatureLength(bytes calldata signatures, uint256 threshold) internal pure returns (bool) {
uint256 offset = threshold * 0x41;

bool pointsAtEnd = true;
for (uint256 i = 0; i < threshold; i++) {
bool pointsAtEnd = true;
/* solhint-disable no-inline-assembly */
/// @solidity memory-safe-assembly
assembly {
Expand Down

0 comments on commit c2a0770

Please sign in to comment.