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();