Remove ::dustRelayFee

This commit is contained in:
MacroFake
2022-07-21 13:47:36 +02:00
parent fa8a7f01fe
commit fadc14e4f5
10 changed files with 25 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ struct MemPoolOptions {
CFeeRate incremental_relay_feerate{DEFAULT_INCREMENTAL_RELAY_FEE};
/** A fee rate smaller than this is considered zero fee (for relaying, mining and transaction creation) */
CFeeRate min_relay_feerate{DEFAULT_MIN_RELAY_TX_FEE};
CFeeRate dust_relay_feerate{DUST_RELAY_TX_FEE};
bool require_standard{true};
bool full_rbf{DEFAULT_MEMPOOL_FULL_RBF};
MemPoolLimits limits{};