|
|
|
@ -42,6 +42,8 @@ private:
@@ -42,6 +42,8 @@ private:
|
|
|
|
|
public: |
|
|
|
|
explicit PeerLogicValidation(CConnman* connman, CScheduler &scheduler); |
|
|
|
|
|
|
|
|
|
virtual ~PeerLogicValidation() {} |
|
|
|
|
|
|
|
|
|
void BlockConnected(const std::shared_ptr<const CBlock>& pblock, const CBlockIndex* pindexConnected, const std::vector<CTransactionRef>& vtxConflicted) override; |
|
|
|
|
void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) override; |
|
|
|
|
void BlockChecked(const CBlock& block, const CValidationState& state) override; |
|
|
|
|