aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2016-10-04 13:54:29 -0400
committerMatt Corallo <git@bluematt.me>2016-10-04 13:54:29 -0400
commita9aec5c24d8c4efe9e1ede54e8b8039b4b3f0835 (patch)
tree1cae6e4078fa85f2702ef230a4cf08ac3a946fb7 /src/main.h
parent7565e03b962cfa8d8e54aa0f9068f41194915523 (diff)
downloadbitcoin-a9aec5c24d8c4efe9e1ede54e8b8039b4b3f0835.tar.xz
Use BlockChecked signal to send reject messages from mapBlockSource
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 77179b25b9..889b6a2da1 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 {