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); }