Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jan 14, 2025
1 parent c67cbe3 commit 4ea3145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zmq/zmqnotificationinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class CZMQNotificationInterface : public CValidationInterface
void BlockConnected(const std::shared_ptr<const CBlock>& pblock, const CBlockIndex* pindexConnected);
void BlockDisconnected(const std::shared_ptr<const CBlock>& 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();
Expand Down

0 comments on commit 4ea3145

Please sign in to comment.