Skip to content

Commit 4983f7a

Browse files
thephezUdjinM6
authored andcommitted
RPC Fix typo in getmerkleblocks help (#3056)
1 parent 4588f67 commit 4983f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ UniValue getmerkleblocks(const JSONRPCRequest& request)
841841
"1. \"filter\" (string, required) The hex encoded bloom filter\n"
842842
"2. \"hash\" (string, required) The block hash\n"
843843
"3. count (numeric, optional, default/max=" + strprintf("%s", MAX_HEADERS_RESULTS) +")\n"
844-
"\nResult (for verbose=false):\n"
844+
"\nResult:\n"
845845
"[\n"
846846
" \"data\", (string) A string that is serialized, hex-encoded data for a merkleblock.\n"
847847
" ...\n"

0 commit comments

Comments
 (0)