Skip to content

Commit 4b437b2

Browse files
committed
Merge pull request #6631
e83df07 Update RPC generate help for numblocks to include required (Ian T)
2 parents 195942d + e83df07 commit 4b437b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcmining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ UniValue generate(const UniValue& params, bool fHelp)
119119
"generate numblocks\n"
120120
"\nMine blocks immediately (before the RPC call returns)\n"
121121
"\nNote: this function can only be used on the regtest network\n"
122-
"1. numblocks (numeric) How many blocks are generated immediately.\n"
122+
"1. numblocks (numeric, required) How many blocks are generated immediately.\n"
123123
"\nResult\n"
124124
"[ blockhashes ] (array) hashes of blocks generated\n"
125125
"\nExamples:\n"

0 commit comments

Comments
 (0)