From ca4a71b78e2caa2265b6cbcb1155e1cba9561190 Mon Sep 17 00:00:00 2001 From: Gandalf Date: Wed, 27 Feb 2019 16:12:35 +0100 Subject: [PATCH] Use proper argument for timeout in "Example Usage" Fixes #187 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf4f57..c921b97 100644 --- a/README.md +++ b/README.md @@ -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.