From f4bd6a686ff3b3e7227c73aae5aa647d829637ec Mon Sep 17 00:00:00 2001 From: highskore Date: Thu, 6 Mar 2025 11:24:39 +0100 Subject: [PATCH] fix: change 4337 pvh to non-view --- src/interfaces/IERC7579Module.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interfaces/IERC7579Module.sol b/src/interfaces/IERC7579Module.sol index a2f7a3d..b29827d 100644 --- a/src/interfaces/IERC7579Module.sol +++ b/src/interfaces/IERC7579Module.sol @@ -116,6 +116,5 @@ interface IPreValidationHookERC4337 is IModule { bytes32 userOpHash ) external - view returns (bytes32 hookHash, bytes memory hookSignature); }