|
|
@ -119,6 +119,7 @@ UniValue generate(const UniValue& 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, required) How many blocks are generated immediately.\n"
|
|
|
|
"1. numblocks (numeric, required) 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"
|
|
|
|