Typo in GetRawMemPool RPC method help: "]" --> "}"

This commit is contained in:
Chris Arnesen 2015-04-10 14:12:46 -07:00 committed by Cory Fields
parent 605a735425
commit 803f51efe4
1 changed files with 1 additions and 1 deletions

View File

@ -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")