aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-21 13:47:36 +0200
committerMacroFake <falke.marco@gmail.com>2022-08-02 15:26:49 +0200
commitfadc14e4f514e7167723285e0ac3d4a7149bbee6 (patch)
treeb3299e7b8d83464984e05ed9a13b233af1eafe73 /src/txmempool.h
parentfa8a7f01fe1b6db98097021276ed5d929faadbec (diff)
downloadbitcoin-fadc14e4f514e7167723285e0ac3d4a7149bbee6.tar.xz
Remove ::dustRelayFee
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index af5e95a3ec..84e5e9ed48 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -570,6 +570,7 @@ public:
const std::chrono::seconds m_expiry;
const CFeeRate m_incremental_relay_feerate;
const CFeeRate m_min_relay_feerate;
+ const CFeeRate m_dust_relay_feerate;
const bool m_require_standard;
const bool m_full_rbf;