mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Typo in GetRawMemPool RPC method help: "]" --> "}"
This commit is contained in:
parent
605a735425
commit
803f51efe4
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue