aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/chain.h')
-rw-r--r--src/interfaces/chain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h
index d0f74cb100..96e4f8cf0b 100644
--- a/src/interfaces/chain.h
+++ b/src/interfaces/chain.h
@@ -155,6 +155,9 @@ public:
//! Pool min fee.
virtual CFeeRate mempoolMinFee() = 0;
+
+ //! Check if pruning is enabled.
+ virtual bool getPruneMode() = 0;
};
//! Interface to let node manage chain clients (wallets, or maybe tools for