diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-10-27 16:46:22 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-27 16:46:44 +0200 |
| commit | fea5e05a638080d54a1962c058f13798c16af150 (patch) | |
| tree | fce4644d81c9051cbe63f75fb3098e5f439ec646 /src/rpc/mining.cpp | |
| parent | Merge #9033: Update build notes for dropping osx 10.7 support (fanquake) (diff) | |
| parent | instance of 'mem pool' to 'mempool' (diff) | |
| download | discoin-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.cpp | 2 |
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" |