Browse Source

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

pull/145/head
Chris Arnesen 9 years ago
committed by Cory Fields
parent
commit
803f51efe4
  1. 2
      src/rpcblockchain.cpp

2
src/rpcblockchain.cpp

@ -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…
Cancel
Save