mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge #389: RPC: Named arguments for combineblocksigs
46263a1 RPC: Named arguments for combineblocksigs (Jorge Timón)
This commit is contained in:
commit
e10fb27522
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ static const CRPCCommand commands[] =
|
|||
{ "mining", "testproposedblock", &testproposedblock, true, {"blockhex", "acceptnonstd"} },
|
||||
|
||||
{ "generating", "generate", &generate, true, {"nblocks","maxtries"} },
|
||||
{ "generating", "combineblocksigs", &combineblocksigs, true, {} },
|
||||
{ "generating", "combineblocksigs", &combineblocksigs, true, {"blockhex","signatures"} },
|
||||
{ "generating", "getnewblockhex", &getnewblockhex, true, {"required_age"} },
|
||||
|
||||
{ "util", "estimatefee", &estimatefee, true, {"nblocks"} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue