diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-09-04 11:05:17 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-09-12 18:19:53 +0200 |
commit | 51ff77735745797b492590440425bca76b8411ea (patch) | |
tree | 704fb6baacebe9825c8c2d3e9dd6b49be91472e2 | |
parent | 4c3cab14b71dd13be066f5be7c24ddaa7a2f8724 (diff) |
[trivial] Fix rpc message "help generate"
-rw-r--r-- | src/rpcmining.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 91de37fdcc..8dd0ff2f7e 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -119,6 +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" + "\nArguments:\n" "1. numblocks (numeric, required) How many blocks are generated immediately.\n" "\nResult\n" "[ blockhashes ] (array) hashes of blocks generated\n" |