From bb687c0ee277a174a1209003930b0bf0abc4945f Mon Sep 17 00:00:00 2001 From: kopy-kat Date: Thu, 28 Nov 2024 10:25:34 +0800 Subject: [PATCH] chore: remove comment --- src/MSAAdvanced.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/MSAAdvanced.sol b/src/MSAAdvanced.sol index 743efdf..069e7c9 100644 --- a/src/MSAAdvanced.sol +++ b/src/MSAAdvanced.sol @@ -239,9 +239,6 @@ contract MSAAdvanced is IMSA, ExecutionHelper, ModuleManager, HookManager, Regis // check if validator is enabled. If not terminate the validation phase. if (!_isValidatorInstalled(validator)) { - // open question: do we want to only allow eoa when account is not initialized or also - // after? - // the latter would mean that a user cannot revoke their eoa key on the account if (!isAlreadyInitialized()) { address signer = ECDSA.recover(userOpHash.toEthSignedMessageHash(), userOp.signature);