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 8, 2024
1 parent d5cb574 commit fce0584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/4337/contracts/Safe4337Module.sol
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
/* solhint-enable no-inline-assembly */
if (!result) return result;
}
if (signatures.length > offset) return false;
return result;
result = signatures.length <= offset;
}

/**
Expand Down

0 comments on commit fce0584

Please sign in to comment.