aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
diff options
context:
space:
mode:
authorS. Matthew English <s-matthew-english@users.noreply.github.com>2016-10-27 12:13:03 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-10-27 16:45:09 +0200
commit1c3ecc70c8cd6c33cf3ff4e2099c8e7d8a8ca9d2 (patch)
tree7231267d450ca7bd36fa8b42a90a68b6315a88c2 /src/rpc/mining.cpp
parent86f9e3dbba416a142df47dbd646c8e8ba772c955 (diff)
downloadbitcoin-1c3ecc70c8cd6c33cf3ff4e2099c8e7d8a8ca9d2.tar.xz
instance of 'mem pool' to 'mempool'
there was only one instance of 'mem pool' and not 'mempool', so I changed it to conform to the others
Diffstat (limited to 'src/rpc/mining.cpp')
-rw-r--r--src/rpc/mining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp
index d509dd691f..be0776ea22 100644
--- a/src/rpc/mining.cpp
+++ b/src/rpc/mining.cpp
@@ -230,7 +230,7 @@ UniValue getmininginfo(const JSONRPCRequest& request)
" \"difficulty\": xxx.xxxxx (numeric) The current difficulty\n"
" \"errors\": \"...\" (string) Current errors\n"
" \"networkhashps\": nnn, (numeric) The network hashes per second\n"
- " \"pooledtx\": n (numeric) The size of the mem pool\n"
+ " \"pooledtx\": n (numeric) The size of the mempool\n"
" \"chain\": \"xxxx\", (string) current network name as defined in BIP70 (main, test, regtest)\n"
"}\n"
"\nExamples:\n"