We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67cbe3 commit 4ea3145Copy full SHA for 4ea3145
src/zmq/zmqnotificationinterface.h
@@ -29,7 +29,6 @@ class CZMQNotificationInterface : public CValidationInterface
29
void BlockConnected(const std::shared_ptr<const CBlock>& pblock, const CBlockIndex* pindexConnected);
30
void BlockDisconnected(const std::shared_ptr<const CBlock>& pblock, const uint256& blockHash, int nBlockHeight, int64_t blockTime);
31
void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload);
32
- void NotifyChainLock(const CBlockIndex *pindex, const llmq::CChainLockSig& clsig);
33
34
private:
35
CZMQNotificationInterface();
0 commit comments