RPC: Named arguments for combineblocksigs

This commit is contained in:
Jorge Timón 2018-07-11 03:17:59 +02:00
parent c6f9fc0ba0
commit 46263a11a0
No known key found for this signature in database
GPG key ID: 8866C18EA1C944A2

View file

@ -1017,7 +1017,7 @@ static const CRPCCommand commands[] =
{ "mining", "testproposedblock", &testproposedblock, true, {"blockhex", "acceptnonstd"} }, { "mining", "testproposedblock", &testproposedblock, true, {"blockhex", "acceptnonstd"} },
{ "generating", "generate", &generate, true, {"nblocks","maxtries"} }, { "generating", "generate", &generate, true, {"nblocks","maxtries"} },
{ "generating", "combineblocksigs", &combineblocksigs, true, {} }, { "generating", "combineblocksigs", &combineblocksigs, true, {"blockhex","signatures"} },
{ "generating", "getnewblockhex", &getnewblockhex, true, {"required_age"} }, { "generating", "getnewblockhex", &getnewblockhex, true, {"required_age"} },
{ "util", "estimatefee", &estimatefee, true, {"nblocks"} }, { "util", "estimatefee", &estimatefee, true, {"nblocks"} },