Skip to content

Commit fea5e05

Browse files
committed
Merge #9029: instance of 'mem pool' to 'mempool'
1c3ecc7 instance of 'mem pool' to 'mempool' (S. Matthew English)
2 parents 83234d4 + 1c3ecc7 commit fea5e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ UniValue gettxout(const JSONRPCRequest& request)
863863
"\nArguments:\n"
864864
"1. \"txid\" (string, required) The transaction id\n"
865865
"2. n (numeric, required) vout number\n"
866-
"3. includemempool (boolean, optional) Whether to include the mem pool\n"
866+
"3. includemempool (boolean, optional) Whether to include the mempool\n"
867867
"\nResult:\n"
868868
"{\n"
869869
" \"bestblock\" : \"hash\", (string) the block hash\n"

src/rpc/mining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ UniValue getmininginfo(const JSONRPCRequest& request)
230230
" \"difficulty\": xxx.xxxxx (numeric) The current difficulty\n"
231231
" \"errors\": \"...\" (string) Current errors\n"
232232
" \"networkhashps\": nnn, (numeric) The network hashes per second\n"
233-
" \"pooledtx\": n (numeric) The size of the mem pool\n"
233+
" \"pooledtx\": n (numeric) The size of the mempool\n"
234234
" \"chain\": \"xxxx\", (string) current network name as defined in BIP70 (main, test, regtest)\n"
235235
"}\n"
236236
"\nExamples:\n"

0 commit comments

Comments
 (0)