From a33cd5ba86c722cf523cf88f78604e2ac91331c2 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 4 Sep 2015 11:05:17 +0200 Subject: [trivial] Fix rpc message "help generate" --- src/rpcmining.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3