Skip to content

Commit

Permalink
[#754] Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jul 4, 2024
1 parent c72d37f commit 7fc14c1
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 @@ -264,7 +264,6 @@ contract Safe4337Module is IAccount, HandlerContext, CompatibilityFallbackHandle
function _validateSignatures(PackedUserOperation calldata userOp) internal view returns (uint256 validationData) {
(bytes memory operationData, uint48 validAfter, uint48 validUntil, bytes calldata signatures) = _getSafeOp(userOp);

// address[] memory owners = ISafe(payable(userOp.sender)).getOwners();
uint256 threshold = ISafe(payable(userOp.sender)).getThreshold();
bool success = _checkSignatureLength(signatures, threshold);

Expand Down

0 comments on commit 7fc14c1

Please sign in to comment.