Add override keywork to CDSNotificationInterface::NotifyChainLock
This commit is contained in:
parent
e2f99f4ae1
commit
9e9081110b
@ -24,7 +24,7 @@ protected:
|
|||||||
void NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr<const CBlock>& block) override;
|
void NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr<const CBlock>& block) override;
|
||||||
void SyncTransaction(const CTransaction &tx, const CBlockIndex *pindex, int posInBlock) override;
|
void SyncTransaction(const CTransaction &tx, const CBlockIndex *pindex, int posInBlock) override;
|
||||||
void NotifyMasternodeListChanged(const CDeterministicMNList& newList) override;
|
void NotifyMasternodeListChanged(const CDeterministicMNList& newList) override;
|
||||||
void NotifyChainLock(const CBlockIndex* pindex);
|
void NotifyChainLock(const CBlockIndex* pindex) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
CConnman& connman;
|
CConnman& connman;
|
||||||
|
Loading…
Reference in New Issue
Block a user