aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
diff options
context:
space:
mode:
authorIan T <hello@chainquery.com>2015-09-03 13:29:10 -0400
committerIan T <hello@chainquery.com>2015-09-03 13:29:10 -0400
commite83df075f9dbae83a55cc01128a9c97c278426fd (patch)
treebf6d33c4a7cb6864dd252043ca79feab395005ec /src/rpcmining.cpp
parent69dc5b51a023a23ae66017f05fa43a0203f3c627 (diff)
downloadbitcoin-e83df075f9dbae83a55cc01128a9c97c278426fd.tar.xz
Update RPC generate help for numblocks to include required
The `generate` RPC has no default `numblocks` and a numeric value is required.
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r--src/rpcmining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index 620a46be15..91de37fdcc 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -119,7 +119,7 @@ UniValue generate(const UniValue& params, bool fHelp)
"generate numblocks\n"
"\nMine blocks immediately (before the RPC call returns)\n"
"\nNote: this function can only be used on the regtest network\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"