|
|
|
@ -30,10 +30,10 @@ private:
@@ -30,10 +30,10 @@ private:
|
|
|
|
|
public: |
|
|
|
|
PeerLogicValidation(CConnman* connmanIn); |
|
|
|
|
|
|
|
|
|
virtual void BlockConnected(const std::shared_ptr<const CBlock>& pblock, const CBlockIndex* pindexConnected, const std::vector<CTransactionRef>& vtxConflicted); |
|
|
|
|
virtual void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload); |
|
|
|
|
virtual void BlockChecked(const CBlock& block, const CValidationState& state); |
|
|
|
|
virtual void NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr<const CBlock>& pblock); |
|
|
|
|
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; |
|
|
|
|
void NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr<const CBlock>& pblock) override; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
struct CNodeStateStats { |
|
|
|
|