mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[trivial] Fix rpc message "help generate"
This commit is contained in:
parent
6fd0019232
commit
a33cd5ba86
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ Value generate(const Array& params, bool fHelp)
|
||||||
"generate numblocks\n"
|
"generate numblocks\n"
|
||||||
"\nMine blocks immediately (before the RPC call returns)\n"
|
"\nMine blocks immediately (before the RPC call returns)\n"
|
||||||
"\nNote: this function can only be used on the regtest network\n"
|
"\nNote: this function can only be used on the regtest network\n"
|
||||||
|
"\nArguments:\n"
|
||||||
"1. numblocks (numeric) How many blocks are generated immediately.\n"
|
"1. numblocks (numeric) How many blocks are generated immediately.\n"
|
||||||
"\nResult\n"
|
"\nResult\n"
|
||||||
"[ blockhashes ] (array) hashes of blocks generated\n"
|
"[ blockhashes ] (array) hashes of blocks generated\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue