aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2017-01-16 19:47:35 -0800
committerPieter Wuille <[email protected]>2017-01-16 19:54:52 -0800
commit6696b4635ceb9b47aaa63244bff9032fa7b08354 (patch)
tree1a4b948981bfa396b29b816535aa1469fda73e72 /src/net_processing.cpp
parentMerge #9484: Introduce assumevalid setting to skip validation presumed valid ... (diff)
parentWake message handling thread when we receive a new block (diff)
downloaddiscoin-6696b4635ceb9b47aaa63244bff9032fa7b08354.tar.xz
discoin-6696b4635ceb9b47aaa63244bff9032fa7b08354.zip
Merge #9561: Wake message handling thread when we receive a new block
241d893 Wake message handling thread when we receive a new block (Matt Corallo) f13914a Make WakeMessageHandler public (Matt Corallo)
Diffstat (limited to 'src/net_processing.cpp')
-rw-r--r--src/net_processing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index 945a97909..03568283f 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -827,6 +827,7 @@ void PeerLogicValidation::UpdatedBlockTip(const CBlockIndex *pindexNew, const CB
}
}
});
+ connman->WakeMessageHandler();
}
nTimeBestReceived = GetTime();