diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-09-24 18:19:55 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-09-24 18:21:18 +0200 |
| commit | 34dc03d8e05fa1429d6d543fdb8ee76f28f436ac (patch) | |
| tree | fd779199312fd4fbd4f76b343b29b70a26ca38eb /src/rpcmining.cpp | |
| parent | Merge pull request #6600 (diff) | |
| parent | [trivial] Fix rpc message "help generate" (diff) | |
| download | discoin-34dc03d8e05fa1429d6d543fdb8ee76f28f436ac.tar.xz discoin-34dc03d8e05fa1429d6d543fdb8ee76f28f436ac.zip | |
Merge pull request #6664
51ff777 [trivial] Fix rpc message "help generate" (MarcoFalke)
4c3cab1 [trivial] init cleanup (MarcoFalke)
Diffstat (limited to 'src/rpcmining.cpp')
| -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 91de37fdc..8dd0ff2f7 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" |