diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-04 10:45:09 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-04 10:45:27 +0200 |
commit | 4b437b227c596f23ab8983559552b8c4910d2b17 (patch) | |
tree | f13c8245fcbdb38bc9883c5c41ff34eab286e529 | |
parent | 195942d58e664684be0b7bd7687106e53d6be879 (diff) | |
parent | e83df075f9dbae83a55cc01128a9c97c278426fd (diff) |
Merge pull request #6631
e83df07 Update RPC generate help for numblocks to include required (Ian T)
-rw-r--r-- | src/rpcmining.cpp | 2 |
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" |