RPC: Named arguments for signblock

This commit is contained in:
Jorge Timón 2018-07-11 20:36:30 +02:00
parent 826621375d
commit fb0494a577
No known key found for this signature in database
GPG key ID: 8866C18EA1C944A2

View file

@ -4127,7 +4127,7 @@ static const CRPCCommand commands[] =
{ "wallet", "sendtoaddress", &sendtoaddress, false, {"address","amount","comment","comment_to","subtractfeefromamount"} },
{ "wallet", "setaccount", &setaccount, true, {"address","account"} },
{ "wallet", "reissueasset", &reissueasset, true, {"asset", "assetamount"} },
{ "wallet", "signblock", &signblock, true, {} },
{ "wallet", "signblock", &signblock, true, {"blockhex"} },
{ "wallet", "sendtomainchain", &sendtomainchain, false, {"address", "amount", "subtractfeefromamount"} },
{ "wallet", "destroyamount", &destroyamount, false, {"asset", "amount", "comment"} },
{ "wallet", "settxfee", &settxfee, true, {"amount"} },