aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Arnesen <chris.arnesen@gmail.com>2015-04-10 14:12:46 -0700
committerCory Fields <cory-nospam-@coryfields.com>2015-05-14 01:02:00 -0400
commit803f51efe426f2e68c7aea7749c2cdc58a4af1fe (patch)
tree877e735f46c41316ee429364bd4ac2ad5e09466d /src
parent605a73542531ba798ade5583c4a95d20eb75ceae (diff)
downloadbitcoin-803f51efe426f2e68c7aea7749c2cdc58a4af1fe.tar.xz
Typo in GetRawMemPool RPC method help: "]" --> "}"
Diffstat (limited to 'src')
-rw-r--r--src/rpcblockchain.cpp2
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")