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 3ef2a22 commit db87077
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 @@ -244,7 +244,7 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
// If the signature data pointer is not pointing to the expected location, return false.
if (!pointsAtEnd) return false;
}
return signatures.length <= offset;
isValid = signatures.length <= offset;
}

/**
Expand Down

0 comments on commit db87077

Please sign in to comment.