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 16c7b8b commit 3a37597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/4337/contracts/Safe4337Module.sol
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
function _checkSignatureLength(bytes calldata signatures, uint256 threshold) internal pure returns (bool) {
uint256 offset = threshold * 0x41;

if (signatures.length < offset) return false;
bool pointsAtEnd = true;
for (uint256 i = 0; i < threshold; i++) {
/* solhint-disable no-inline-assembly */
Expand Down

0 comments on commit 3a37597

Please sign in to comment.