Skip to content

Commit 223f4c2

Browse files
committed
Merge bitcoin#8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block
a78e542 Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block (Luke Dashjr)
2 parents f928050 + a78e542 commit 223f4c2

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
@@ -1038,7 +1038,7 @@ UniValue getblockchaininfo(const UniValue& params, bool fHelp)
10381038
" \"verificationprogress\": xxxx, (numeric) estimate of verification progress [0..1]\n"
10391039
" \"chainwork\": \"xxxx\" (string) total amount of work in active chain, in hexadecimal\n"
10401040
" \"pruned\": xx, (boolean) if the blocks are subject to pruning\n"
1041-
" \"pruneheight\": xxxxxx, (numeric) heighest block available\n"
1041+
" \"pruneheight\": xxxxxx, (numeric) lowest-height complete block stored\n"
10421042
" \"softforks\": [ (array) status of softforks in progress\n"
10431043
" {\n"
10441044
" \"id\": \"xxxx\", (string) name of softfork\n"

0 commit comments

Comments
 (0)