f'minor fixes

This commit is contained in:
Karl-Johan Alm 2018-08-25 09:43:17 +09:00
parent 10f19b0cc1
commit 1530cf40d6
No known key found for this signature in database
GPG key ID: 57AF762DB3353322

View file

@ -4051,7 +4051,7 @@ UniValue getnewblockhex(const JSONRPCRequest& request)
"blockhash (hash) The block hash\n"
"\nExamples:\n"
+ HelpExampleCli("getnewblockhex", "")
+ HelpExampleCli("getnewblockhex true", "")
+ HelpExampleCli("getnewblockhex", "true")
);
}
@ -5003,9 +5003,9 @@ static const CRPCCommand commands[] =
{ "wallet", "listreceivedbylabel", &listreceivedbylabel, {"minconf","include_empty","include_watchonly"} },
{ "wallet", "setlabel", &setlabel, {"address","label"} },
// sigtest mining
/** Signet mining */
{ "wallet", "signblock", &signblock, {"blockhex"} },
{ "mining", "getnewblockhex", &getnewblockhex, {"broadcast"} },
{ "wallet", "getnewblockhex", &getnewblockhex, {"broadcast"} },
{ "generating", "generate", &generate, {"nblocks","maxtries"} },
};