diff --git a/unit08_blockchain/lab/README.md b/unit08_blockchain/lab/README.md index b6b3803..150e81d 100644 --- a/unit08_blockchain/lab/README.md +++ b/unit08_blockchain/lab/README.md @@ -412,8 +412,8 @@ contract BillToken is ERC20Interface, Owned, SafeMath { } ``` +When you create your own contract, make sure you change the public constructor() with: the symbol, the name, and the wallet ID: -
When you create your own contract, make sure you change the public constructor() with: the symbol, the name, and the wallet ID:
``` constructor() public { symbol = "ENUToken";