From 18ce46bee6ae77d3a21a1c8974f39059a050fd3d Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Tue, 29 Mar 2022 05:52:27 +0100 Subject: [PATCH] Update README.md --- unit08_blockchain/lab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";