Merge #389: RPC: Named arguments for combineblocksigs

46263a1 RPC: Named arguments for combineblocksigs (Jorge Timón)
This commit is contained in:
Gregory Sanders 2018-07-11 09:31:06 -04:00
commit e10fb27522
No known key found for this signature in database
GPG key ID: F3F68E2D86A48FDB

View file

@ -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"} },