aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
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;