aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-09-04 11:05:17 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2015-10-14 08:20:37 +0000
commita33cd5ba86c722cf523cf88f78604e2ac91331c2 (patch)
tree3f54d94934d48fe874775a1e7d5493bbbd318157
parent6fd0019232bdbfac5037306c37bb6101431d83a4 (diff)
downloadbitcoin-a33cd5ba86c722cf523cf88f78604e2ac91331c2.tar.xz
[trivial] Fix rpc message "help generate"
-rw-r--r--src/rpcmining.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index 528d5406f4..98133b0f5c 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -121,6 +121,7 @@ Value generate(const Array& 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) How many blocks are generated immediately.\n"
"\nResult\n"
"[ blockhashes ] (array) hashes of blocks generated\n"