|
1 | 1 | // Copyright (c) 2010 Satoshi Nakamoto
|
2 |
| -// Copyright (c) 2009-2021 The Bitcoin Core developers |
| 2 | +// Copyright (c) 2009-2022 The Bitcoin Core developers |
3 | 3 | // Distributed under the MIT software license, see the accompanying
|
4 | 4 | // file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
5 | 5 |
|
|
19 | 19 | #include <hash.h>
|
20 | 20 | #include <index/blockfilterindex.h>
|
21 | 21 | #include <index/coinstatsindex.h>
|
| 22 | +#include <logging/timer.h> |
22 | 23 | #include <net.h>
|
23 | 24 | #include <net_processing.h>
|
24 | 25 | #include <node/blockstorage.h>
|
25 |
| -#include <logging/timer.h> |
26 | 26 | #include <node/coinstats.h>
|
27 | 27 | #include <node/context.h>
|
28 | 28 | #include <node/utxo_snapshot.h>
|
@@ -1743,7 +1743,7 @@ static RPCHelpMan getmempoolinfo()
|
1743 | 1743 | {RPCResult::Type::NUM, "size", "Current tx count"},
|
1744 | 1744 | {RPCResult::Type::NUM, "bytes", "Sum of all virtual transaction sizes as defined in BIP 141. Differs from actual serialized size because witness data is discounted"},
|
1745 | 1745 | {RPCResult::Type::NUM, "usage", "Total memory usage for the mempool"},
|
1746 |
| - {RPCResult::Type::STR_AMOUNT, "total_fee", "Total fees for the mempool in " + CURRENCY_UNIT + ", ignoring modified fees through prioritizetransaction"}, |
| 1746 | + {RPCResult::Type::STR_AMOUNT, "total_fee", "Total fees for the mempool in " + CURRENCY_UNIT + ", ignoring modified fees through prioritisetransaction"}, |
1747 | 1747 | {RPCResult::Type::NUM, "maxmempool", "Maximum memory usage for the mempool"},
|
1748 | 1748 | {RPCResult::Type::STR_AMOUNT, "mempoolminfee", "Minimum fee rate in " + CURRENCY_UNIT + "/kvB for tx to be accepted. Is the maximum of minrelaytxfee and minimum mempool fee"},
|
1749 | 1749 | {RPCResult::Type::STR_AMOUNT, "minrelaytxfee", "Current minimum relay fee for transactions"},
|
|
0 commit comments