Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Feb 4, 2025
1 parent 8adefb3 commit 46df046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Nexus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ contract Nexus is INexus, BaseAccount, ExecutionHelper, ModuleManager, UUPSUpgra
// if it was signed by address(this),
// we still revert on this, to protect from the following attack vector:
// 1. This 7702 account (being an eoa as well) owns some other Smart Account (Smart Account B)
// 2. It signs some unsafe hash: the one that doesn't have Smart Account B address hashes in
// 2. It signs some unsafe hash: the one that doesn't have Smart Account B address hashed in
// 3. In this case, if we just allow signatures by address(this), this above sig
// over unsafe hash could be replayed here
// Thus, we revert here, but we revert with informational message, that
Expand Down

0 comments on commit 46df046

Please sign in to comment.