Skip to content

Commit a78e542

Browse files
committed
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not highest, block
1 parent e4382fb commit a78e542

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

0 commit comments

Comments
 (0)