3368 | @@ -3369,13 +3369,13 @@ UniValue rescanblockchain(const JSONRPCRequest& request)
3369 | "\nRescan the local blockchain for wallet related transactions.\n",
3370 | {
3371 | {"start_height", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "0", "block height where the rescan should start"},
3372 | - {"stop_height", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "tip height", "the last block height that should be scanned"},
3373 | + {"stop_height", RPCArg::Type::NUM, /* opt */ true, /* default_val */ "", "the last block height that should be scanned. If none is provided it will rescan up to the tip."},
nit, to the tip at call time, not return time.
No, at return time, actually
Err sorry, I messed it 🤦♂️I meant that.
Thanks, took your suggestion.