Skip to content

Commit 4ea3145

Browse files
committed
Remove
1 parent c67cbe3 commit 4ea3145

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zmq/zmqnotificationinterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class CZMQNotificationInterface : public CValidationInterface
2929
void BlockConnected(const std::shared_ptr<const CBlock>& pblock, const CBlockIndex* pindexConnected);
3030
void BlockDisconnected(const std::shared_ptr<const CBlock>& pblock, const uint256& blockHash, int nBlockHeight, int64_t blockTime);
3131
void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload);
32-
void NotifyChainLock(const CBlockIndex *pindex, const llmq::CChainLockSig& clsig);
3332

3433
private:
3534
CZMQNotificationInterface();

0 commit comments

Comments
 (0)