From fb0494a5773ad6f57e31c62284948282ad310afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Tim=C3=B3n?= Date: Wed, 11 Jul 2018 20:36:30 +0200 Subject: [PATCH] RPC: Named arguments for signblock --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index efde278a57..c11c19e6e2 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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"} },