mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 7eed413e72 into merged_master (Bitcoin PR #18398)
This commit is contained in:
commit
6d39ef9f9a
1 changed files with 3 additions and 3 deletions
|
|
@ -311,7 +311,7 @@ static UniValue waitforblock(const JSONRPCRequest& request)
|
|||
{RPCResult::Type::NUM, "height", "Block height"},
|
||||
}},
|
||||
RPCExamples{
|
||||
HelpExampleCli("waitforblock", "\"0000000000079f8ef3d2c688c244eb7a4570b24c9ed7b4a8c619eb02596f8862\", 1000")
|
||||
HelpExampleCli("waitforblock", "\"0000000000079f8ef3d2c688c244eb7a4570b24c9ed7b4a8c619eb02596f8862\" 1000")
|
||||
+ HelpExampleRpc("waitforblock", "\"0000000000079f8ef3d2c688c244eb7a4570b24c9ed7b4a8c619eb02596f8862\", 1000")
|
||||
},
|
||||
}.Check(request);
|
||||
|
|
@ -355,8 +355,8 @@ static UniValue waitforblockheight(const JSONRPCRequest& request)
|
|||
{RPCResult::Type::NUM, "height", "Block height"},
|
||||
}},
|
||||
RPCExamples{
|
||||
HelpExampleCli("waitforblockheight", "\"100\", 1000")
|
||||
+ HelpExampleRpc("waitforblockheight", "\"100\", 1000")
|
||||
HelpExampleCli("waitforblockheight", "100 1000")
|
||||
+ HelpExampleRpc("waitforblockheight", "100, 1000")
|
||||
},
|
||||
}.Check(request);
|
||||
int timeout = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue