Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Mar 16, 2019
1 parent d5a13bf commit d38db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -330,7 +330,7 @@ The available compile time flags are:
When put all together a comnpile command with all the bells and whistles might looks like:
```bash
eosio-cpp -DTOKENCONTRACT='"eosdactokens"' -DTRANSFER_DELAY=3600 -DVOTING_DISABLED=1 -o daccustodian.wasm daccustodian.cpp
eosio-cpp -DTOKENCONTRACT=eosdactokens -DTRANSFER_DELAY=3600 -DVOTING_DISABLED=1 -o daccustodian.wasm daccustodian.cpp
```
> **Note:** Since there are default values for the above flags they do not all need to be included to compile successfully.
Expand Down

0 comments on commit d38db47

Please sign in to comment.