diff options
| author | Chris Arnesen <[email protected]> | 2015-04-10 14:12:46 -0700 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-05-14 01:02:00 -0400 |
| commit | 803f51efe426f2e68c7aea7749c2cdc58a4af1fe (patch) | |
| tree | 877e735f46c41316ee429364bd4ac2ad5e09466d /src/rpcblockchain.cpp | |
| parent | addrman: update comments (diff) | |
| download | discoin-803f51efe426f2e68c7aea7749c2cdc58a4af1fe.tar.xz discoin-803f51efe426f2e68c7aea7749c2cdc58a4af1fe.zip | |
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 ecf8e8bcc..4315c5ec1 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") |