From fa3e0da06b491b8c0fa2dbae37682a9112c9deb8 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 15 Nov 2021 10:56:16 +0100 Subject: policy: Treat taproot as always active --- src/interfaces/chain.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/interfaces/chain.h') diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h index d4ceb517dd..38004ce95d 100644 --- a/src/interfaces/chain.h +++ b/src/interfaces/chain.h @@ -287,9 +287,6 @@ public: //! to be prepared to handle this by ignoring notifications about unknown //! removed transactions and already added new transactions. virtual void requestMempoolTransactions(Notifications& notifications) = 0; - - //! Check if Taproot has activated - virtual bool isTaprootActive() = 0; }; //! Interface to let node manage chain clients (wallets, or maybe tools for -- cgit v1.2.3