Update RPC generate help for numblocks to include required

The `generate` RPC has no default `numblocks` and a numeric value is required.
This commit is contained in:
Ian T 2015-09-03 13:29:10 -04:00 committed by Jack Grigg
parent 63c3d1ec94
commit ab95656549
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ UniValue generate(const UniValue& params, bool fHelp)
"\nMine blocks immediately (before the RPC call returns)\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, required) How many blocks are generated immediately.\n"
"\nResult\n"
"[ blockhashes ] (array) hashes of blocks generated\n"
"\nExamples:\n"