mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 07:52:38 +02:00
Typo in GetRawMemPool RPC method help: "]" --> "}"
This commit is contained in:
committed by
Cory Fields
parent
605a735425
commit
803f51efe4
@@ -170,7 +170,7 @@ Value getrawmempool(const Array& params, bool fHelp)
|
||||
" \"transactionid\", (string) parent transaction id\n"
|
||||
" ... ]\n"
|
||||
" }, ...\n"
|
||||
"]\n"
|
||||
"}\n"
|
||||
"\nExamples\n"
|
||||
+ HelpExampleCli("getrawmempool", "true")
|
||||
+ HelpExampleRpc("getrawmempool", "true")
|
||||
|
Reference in New Issue
Block a user