Skip to content

Commit 7c59923

Browse files
committed
merge bitcoin#18344: Fix nit in getblockchaininfo
1 parent ec0803a commit 7c59923

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
@@ -1726,7 +1726,7 @@ RPCHelpMan getblockchaininfo()
17261726
{RPCResult::Type::NUM, "since", "height of the first block to which the status applies"},
17271727
{RPCResult::Type::NUM, "activation_height", "expected activation height for this softfork (only for \"locked_in\" status)"},
17281728
{RPCResult::Type::NUM, "min_activation_height", "minimum height of blocks for which the rules may be enforced"},
1729-
{RPCResult::Type::OBJ, "statistics", "numeric statistics about BIP9 signalling for a softfork",
1729+
{RPCResult::Type::OBJ, "statistics", "numeric statistics about BIP9 signalling for a softfork (only for \"started\" status)",
17301730
{
17311731
{RPCResult::Type::NUM, "period", "the length in blocks of the BIP9 signalling period"},
17321732
{RPCResult::Type::NUM, "threshold", "the number of blocks with the version bit set required to activate the feature"},

0 commit comments

Comments
 (0)