Skip to content

Commit

Permalink
update: a hint in step3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfire2103 committed Sep 17, 2023
1 parent cdbcb06 commit d0dc426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/5.Create_an_ERC-20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ In this step, you will do the most important part: the implementation of the sta
- Implement in the `ERC20` contract all the functions present in the `IERC20` interface.
- You can copy function prototypes directly into the contract.

> ⚠️ Don't forget to add the `override` modifier
> ⚠️ Don't forget to update the visibility of the functions and to add the `override` modifier
### 👨‍🏫 **Advices**:

Expand Down

0 comments on commit d0dc426

Please sign in to comment.