Skip to content

Commit

Permalink
Use proper argument for timeout in "Example Usage"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Grey authored Feb 27, 2019
1 parent f6d4935 commit ca4a71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ tinman keysub --get-dev-key /path/to/steem/programs/util/get_dev_key | \
tinman submit --realtime -t http://127.0.0.1:9990 \
--signer /path/to/steem/programs/util/sign_transaction \
-f fail.json \
-t 600
--timeout 600
```

After allowing this script to run, you have now bootstrapped your testnet and you can point your witnesses at this node to start seeding and signing blocks.
Expand Down

0 comments on commit ca4a71b

Please sign in to comment.