Merge 39d9bbe4ac into merged_master (Bitcoin PR bitcoin/bitcoin#23706)

This commit is contained in:
Byron Hambly 2023-06-28 14:25:29 +00:00
commit 9aa813fbc8
7 changed files with 48 additions and 58 deletions

View file

@ -60,7 +60,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getbalance", 1, "minconf" },
{ "getbalance", 2, "include_watchonly" },
{ "getbalance", 3, "avoid_reuse" },
{ "getblockfrompeer", 1, "nodeid" },
{ "getblockfrompeer", 1, "peer_id" },
{ "getblockhash", 0, "height" },
{ "waitforblockheight", 0, "height" },
{ "waitforblockheight", 1, "timeout" },