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)
This commit is contained in:
Pieter Wuille
2017-01-16 19:47:35 -08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -827,6 +827,7 @@ void PeerLogicValidation::UpdatedBlockTip(const CBlockIndex *pindexNew, const CB
}
}
});
connman->WakeMessageHandler();
}
nTimeBestReceived = GetTime();