Skip to content

Commit 39039b1

Browse files
committed
Merge #10475: [RPC] getmempoolinfo mempoolminfee is a BTC/KB feerate
f128f78 getmempool mempoolminfee is a BTC/KB feerate (Gregory Sanders) Tree-SHA512: 5b32ffc0d2ba7ca623d4ce450fb67855d17b4fa8c3ffb8570a63dc53b3d476d52b39ad6190ac4357dbf01f6b535fa187cd8c34175a16469e9b00097e3bf2e2bc
2 parents 64beb13 + f128f78 commit 39039b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ UniValue getmempoolinfo(const JSONRPCRequest& request)
13251325
" \"bytes\": xxxxx, (numeric) Sum of all virtual transaction sizes as defined in BIP 141. Differs from actual serialized size because witness data is discounted\n"
13261326
" \"usage\": xxxxx, (numeric) Total memory usage for the mempool\n"
13271327
" \"maxmempool\": xxxxx, (numeric) Maximum memory usage for the mempool\n"
1328-
" \"mempoolminfee\": xxxxx (numeric) Minimum fee for tx to be accepted\n"
1328+
" \"mempoolminfee\": xxxxx (numeric) Minimum feerate (" + CURRENCY_UNIT + " per KB) for tx to be accepted\n"
13291329
"}\n"
13301330
"\nExamples:\n"
13311331
+ HelpExampleCli("getmempoolinfo", "")

0 commit comments

Comments
 (0)