Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Nov 28, 2024
1 parent 4b43cf6 commit bb687c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MSAAdvanced.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bb687c0

Please sign in to comment.