diff options
| author | Matt Corallo <[email protected]> | 2016-10-04 13:54:29 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2016-10-04 13:54:29 -0400 |
| commit | a9aec5c24d8c4efe9e1ede54e8b8039b4b3f0835 (patch) | |
| tree | 1cae6e4078fa85f2702ef230a4cf08ac3a946fb7 /src/main.h | |
| parent | Remove SyncWithWallets wrapper function (diff) | |
| download | discoin-a9aec5c24d8c4efe9e1ede54e8b8039b4b3f0835.tar.xz discoin-a9aec5c24d8c4efe9e1ede54e8b8039b4b3f0835.zip | |
Use BlockChecked signal to send reject messages from mapBlockSource
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 77179b25b..889b6a2da 100644 --- a/src/main.h +++ b/src/main.h @@ -536,6 +536,7 @@ public: PeerLogicValidation(CConnman* connmanIn) : connman(connmanIn) {} virtual void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload); + virtual void BlockChecked(const CBlock& block, const CValidationState& state); }; struct CNodeStateStats { |