From 4ea31458c9bff6b2b3e318eead825b0c07743199 Mon Sep 17 00:00:00 2001 From: Liquid369 Date: Tue, 14 Jan 2025 13:47:54 -0600 Subject: [PATCH] Remove --- src/zmq/zmqnotificationinterface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zmq/zmqnotificationinterface.h b/src/zmq/zmqnotificationinterface.h index d31fb0c2d0b75a..3fb29b03dc58fb 100644 --- a/src/zmq/zmqnotificationinterface.h +++ b/src/zmq/zmqnotificationinterface.h @@ -29,7 +29,6 @@ class CZMQNotificationInterface : public CValidationInterface void BlockConnected(const std::shared_ptr& pblock, const CBlockIndex* pindexConnected); void BlockDisconnected(const std::shared_ptr& pblock, const uint256& blockHash, int nBlockHeight, int64_t blockTime); void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload); - void NotifyChainLock(const CBlockIndex *pindex, const llmq::CChainLockSig& clsig); private: CZMQNotificationInterface();