mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-20 13:50:42 +00:00
Update README.md
This commit is contained in:
@@ -412,8 +412,8 @@ contract <b style="color:red">BillToken</b> 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:
|
||||
|
||||
<p>When you create your own contract, make sure you change the public constructor() with: the symbol, the name, and the wallet ID:</p>
|
||||
```
|
||||
constructor() public {
|
||||
symbol = <b style="color:red">"ENUToken"</b>;
|
||||
|
||||
Reference in New Issue
Block a user