Skip to content

Commit a33cd5b

Browse files
MarcoFalkeluke-jr
authored andcommitted
[trivial] Fix rpc message "help generate"
1 parent 6fd0019 commit a33cd5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpcmining.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Value generate(const Array& params, bool fHelp)
121121
"generate numblocks\n"
122122
"\nMine blocks immediately (before the RPC call returns)\n"
123123
"\nNote: this function can only be used on the regtest network\n"
124+
"\nArguments:\n"
124125
"1. numblocks (numeric) How many blocks are generated immediately.\n"
125126
"\nResult\n"
126127
"[ blockhashes ] (array) hashes of blocks generated\n"

0 commit comments

Comments
 (0)