diff options
author | Chris Arnesen <chris.arnesen@gmail.com> | 2015-04-10 14:12:46 -0700 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-05-14 01:02:00 -0400 |
commit | 803f51efe426f2e68c7aea7749c2cdc58a4af1fe (patch) | |
tree | 877e735f46c41316ee429364bd4ac2ad5e09466d /src/rpcblockchain.cpp | |
parent | 605a73542531ba798ade5583c4a95d20eb75ceae (diff) |
Typo in GetRawMemPool RPC method help: "]" --> "}"
Diffstat (limited to 'src/rpcblockchain.cpp')
-rw-r--r-- | src/rpcblockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index ecf8e8bcc6..4315c5ec18 100644 --- a/src/rpcblockchain.cpp +++ b/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") |