Skip to content

Commit

Permalink
Update hints for Gatekeeper 1 (OpenZeppelin#212)
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Giordano <[email protected]>
  • Loading branch information
ctholho and frangio authored Apr 19, 2021
1 parent 2f573e4 commit aaa2bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamedata/descriptions/levels/gatekeeper1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Make it past the gatekeeper and register as an entrant to pass this level.

##### Things that might help:
* Remember what you've learned from the Telephone and Token levels.
* You can learn more about the `msg.gas` special variable, or its preferred alias `gasleft()`, in Solidity's documentation (see [here](http://solidity.readthedocs.io/en/v0.4.23/units-and-global-variables.html) and [here](http://solidity.readthedocs.io/en/v0.4.23/control-structures.html#external-function-calls)).
* You can learn more about the special function `gasleft()`, in Solidity's documentation (see [here](https://docs.soliditylang.org/en/v0.8.3/units-and-global-variables.html) and [here](https://docs.soliditylang.org/en/v0.8.3/control-structures.html#external-function-calls)).

0 comments on commit aaa2bf3

Please sign in to comment.