mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
f'minor fixes
This commit is contained in:
parent
10f19b0cc1
commit
1530cf40d6
1 changed files with 3 additions and 3 deletions
|
|
@ -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"} },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue