Skip to content

Commit

Permalink
Add override keywork to CDSNotificationInterface::NotifyChainLock
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Mar 7, 2019
1 parent e2f99f4 commit 9e90811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsnotificationinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CDSNotificationInterface : public CValidationInterface
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 NotifyMasternodeListChanged(const CDeterministicMNList& newList) override;
void NotifyChainLock(const CBlockIndex* pindex);
void NotifyChainLock(const CBlockIndex* pindex) override;

private:
CConnman& connman;
Expand Down

0 comments on commit 9e90811

Please sign in to comment.