aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorSteven Roose <steven@stevenroose.org>2020-03-13 14:12:50 +0000
committerSteven Roose <steven@stevenroose.org>2020-03-13 14:18:24 +0000
commitfb15bfd99e6ed705cb6f7c4dcd1b2a6bc68be79e (patch)
tree22bdc6fc75b77a07b0db4a40cee5723e2fffdc29 /src/rpc
parent3f9e6a3c1ce8710364a815ac1796b45ccf1325b5 (diff)
downloadbitcoin-fb15bfd99e6ed705cb6f7c4dcd1b2a6bc68be79e.tar.xz
Fix nit in getblockchaininfo
Diffstat (limited to 'src/rpc')
-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 133d1b809f..737ffc7664 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -1205,7 +1205,7 @@ UniValue getblockchaininfo(const JSONRPCRequest& request)
{RPCResult::Type::NUM_TIME, "start_time", "the minimum median time past of a block at which the bit gains its meaning"},
{RPCResult::Type::NUM_TIME, "timeout", "the median time past of a block at which the deployment is considered failed if not yet locked in"},
{RPCResult::Type::NUM, "since", "height of the first block to which the status applies"},
- {RPCResult::Type::OBJ, "statistics", "numeric statistics about BIP9 signalling for a softfork",
+ {RPCResult::Type::OBJ, "statistics", "numeric statistics about BIP9 signalling for a softfork (only for \"started\" status)",
{
{RPCResult::Type::NUM, "period", "the length in blocks of the BIP9 signalling period"},
{RPCResult::Type::NUM, "threshold", "the number of blocks with the version bit set required to activate the feature"},