Skip to content

Commit 2efa66b

Browse files
committed
Document rescanblockchain returned stop_height being null
Suggested bitcoin/bitcoin#14711 (comment)
1 parent db2d093 commit 2efa66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3412,8 +3412,8 @@ UniValue rescanblockchain(const JSONRPCRequest& request)
34123412
},
34133413
RPCResult{
34143414
"{\n"
3415-
" \"start_height\" (numeric) The block height where the rescan has started.\n"
3416-
" \"stop_height\" (numeric) The height of the last rescanned block.\n"
3415+
" \"start_height\" (numeric) The block height where the rescan started (the requested height or 0)\n"
3416+
" \"stop_height\" (numeric) The height of the last rescanned block. May be null in rare cases if there was a reorg and the call didn't scan any blocks because they were already scanned in the background.\n"
34173417
"}\n"
34183418
},
34193419
RPCExamples{

0 commit comments

Comments
 (0)