Skip to content

Commit

Permalink
puzzle_wallet.md: change hint to mention msg.value (OpenZeppelin#282)
Browse files Browse the repository at this point in the history
Mentioning `msg.value` along with `msg.sender` since the solution does
require the former.
This points the reader on the right path while not giving too much away.
  • Loading branch information
scottt authored Oct 28, 2021
1 parent b67f890 commit 93db18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ You'll need to hijack this wallet to become the admin of the proxy.

 
Things that might help::
* Understanding how `delegatecall`s work and how `msg.sender` behaves when performing one.
* Understanding how `delegatecall`s work and how `msg.sender` and `msg.value` behaves when performing one.
* Knowing about proxy patterns and the way they handle storage variables.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ You'll need to hijack this wallet to become the admin of the proxy.

 
Things that might help::
* Understanding how `delegatecall`s work and how `msg.sender` behaves when performing one.
* Understanding how `delegatecall`s work and how `msg.sender` and `msg.value` behaves when performing one.
* Knowing about proxy patterns and the way they handle storage variables.

0 comments on commit 93db18b

Please sign in to comment.