mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Typo in GetRawMemPool RPC method help: "]" --> "}"
This commit is contained in:
parent
605a735425
commit
803f51efe4
@ -170,7 +170,7 @@ Value getrawmempool(const Array& params, bool fHelp)
|
|||||||
" \"transactionid\", (string) parent transaction id\n"
|
" \"transactionid\", (string) parent transaction id\n"
|
||||||
" ... ]\n"
|
" ... ]\n"
|
||||||
" }, ...\n"
|
" }, ...\n"
|
||||||
"]\n"
|
"}\n"
|
||||||
"\nExamples\n"
|
"\nExamples\n"
|
||||||
+ HelpExampleCli("getrawmempool", "true")
|
+ HelpExampleCli("getrawmempool", "true")
|
||||||
+ HelpExampleRpc("getrawmempool", "true")
|
+ HelpExampleRpc("getrawmempool", "true")
|
||||||
|
Loading…
Reference in New Issue
Block a user