aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2016-06-25 08:19:36 +0200
committerPavel Janík <Pavel@Janik.cz>2016-06-28 10:25:27 +0200
commit2129fcea69ee0cf71c5e082607d101c3680af84c (patch)
treed0abe844d198450d2595fad4eccf2880d6e075eb /src
parentff03c50c004844fff71b940c7ac67123a0c5934c (diff)
downloadbitcoin-2129fcea69ee0cf71c5e082607d101c3680af84c.tar.xz
The bit field is shown only when status is "started"
Diffstat (limited to 'src')
-rw-r--r--src/rpc/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index 9d1d12a47e..20eefa1c57 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -909,7 +909,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp)
" \"bip9_softforks\": { (object) status of BIP9 softforks in progress\n"
" \"xxxx\" : { (string) name of the softfork\n"
" \"status\": \"xxxx\", (string) one of \"defined\", \"started\", \"locked_in\", \"active\", \"failed\"\n"
- " \"bit\": xx, (numeric) the bit, 0-28, in the block version field used to signal this soft fork\n"
+ " \"bit\": xx, (numeric) the bit (0-28) in the block version field used to signal this softfork (only for \"started\" status)\n"
" \"startTime\": xx, (numeric) the minimum median time past of a block at which the bit gains its meaning\n"
" \"timeout\": xx (numeric) the median time past of a block at which the deployment is considered failed if not yet locked in\n"
" }\n"