Skip to content

Commit

Permalink
docs: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 19, 2024
1 parent e78b58a commit daaaf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Ethernaut/GatekeeperOneExploit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ contract GatekeeperOneExploit is Test {

// Set exploiter to be the msg.sender.
// Note that we also pass a second argument to override cast's default tx.origin.
// This is required for gate 1.
vm.startPrank(exploiter, exploiter);
bytes8 gateKey = bytes8(
// Set the first significant byte to 0x11 (a random value) and all the other bytes to 0.
Expand Down

0 comments on commit daaaf53

Please sign in to comment.