aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-01-16 19:47:35 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2017-01-16 19:54:52 -0800
commit6696b4635ceb9b47aaa63244bff9032fa7b08354 (patch)
tree1a4b948981bfa396b29b816535aa1469fda73e72 /src/net_processing.cpp
parent812714fd80e96e28cd288c553c83838cecbfc2d9 (diff)
parent241d8938f4b5de1d2564ec7e064d8b0b8efd84a4 (diff)
downloadbitcoin-6696b4635ceb9b47aaa63244bff9032fa7b08354.tar.xz
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 945a97909d..03568283fb 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();