aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/mining.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-10-27 16:46:22 +0200
committerWladimir J. van der Laan <[email protected]>2016-10-27 16:46:44 +0200
commitfea5e05a638080d54a1962c058f13798c16af150 (patch)
treefce4644d81c9051cbe63f75fb3098e5f439ec646 /src/rpc/mining.cpp
parentMerge #9033: Update build notes for dropping osx 10.7 support (fanquake) (diff)
parentinstance of 'mem pool' to 'mempool' (diff)
downloaddiscoin-fea5e05a638080d54a1962c058f13798c16af150.tar.xz
discoin-fea5e05a638080d54a1962c058f13798c16af150.zip
Merge #9029: instance of 'mem pool' to 'mempool'
1c3ecc7 instance of 'mem pool' to 'mempool' (S. Matthew English)
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 d509dd691..be0776ea2 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"