Skip to content

Commit f128f78

Browse files
committed
getmempool mempoolminfee is a BTC/KB feerate
1 parent 962cd3f commit f128f78

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
@@ -1307,7 +1307,7 @@ UniValue getmempoolinfo(const JSONRPCRequest& request)
13071307
" \"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"
13081308
" \"usage\": xxxxx, (numeric) Total memory usage for the mempool\n"
13091309
" \"maxmempool\": xxxxx, (numeric) Maximum memory usage for the mempool\n"
1310-
" \"mempoolminfee\": xxxxx (numeric) Minimum fee for tx to be accepted\n"
1310+
" \"mempoolminfee\": xxxxx (numeric) Minimum feerate (" + CURRENCY_UNIT + " per KB) for tx to be accepted\n"
13111311
"}\n"
13121312
"\nExamples:\n"
13131313
+ HelpExampleCli("getmempoolinfo", "")

0 commit comments

Comments
 (0)