rpc: getblockfrompeer

Co-authored-by: John Newbery <john@johnnewbery.com>
This commit is contained in:
Sjors Provoost
2021-05-13 18:51:47 +02:00
parent b884ababc2
commit dce8c4c381
8 changed files with 181 additions and 0 deletions

View File

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