Skip to content

Commit 3685e0c

Browse files
committed
Merge #8261: The bit field is shown only when status is "started"
2129fce The bit field is shown only when status is "started" (Pavel Janík)
2 parents 3b2dadc + 2129fce commit 3685e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp)
909909
" \"bip9_softforks\": { (object) status of BIP9 softforks in progress\n"
910910
" \"xxxx\" : { (string) name of the softfork\n"
911911
" \"status\": \"xxxx\", (string) one of \"defined\", \"started\", \"locked_in\", \"active\", \"failed\"\n"
912-
" \"bit\": xx, (numeric) the bit, 0-28, in the block version field used to signal this soft fork\n"
912+
" \"bit\": xx, (numeric) the bit (0-28) in the block version field used to signal this softfork (only for \"started\" status)\n"
913913
" \"startTime\": xx, (numeric) the minimum median time past of a block at which the bit gains its meaning\n"
914914
" \"timeout\": xx (numeric) the median time past of a block at which the deployment is considered failed if not yet locked in\n"
915915
" }\n"

0 commit comments

Comments
 (0)