Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Feb 7, 2025
1 parent 1769306 commit e16123c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/Nexus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ contract Nexus is INexus, BaseAccount, ExecutionHelper, ModuleManager, UUPSUpgra

// check auth hash signed by address(this)
address signer = ECDSA.recover(authHash, signature);
// TODO: remove this
console2.log("signer", signer);
console2.log("address(this)", address(this));
assembly {
Expand Down

0 comments on commit e16123c

Please sign in to comment.