mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Merge #9561: Wake message handling thread when we receive a new block
241d893Wake message handling thread when we receive a new block (Matt Corallo)f13914aMake WakeMessageHandler public (Matt Corallo)
This commit is contained in:
@@ -827,6 +827,7 @@ void PeerLogicValidation::UpdatedBlockTip(const CBlockIndex *pindexNew, const CB
|
||||
}
|
||||
}
|
||||
});
|
||||
connman->WakeMessageHandler();
|
||||
}
|
||||
|
||||
nTimeBestReceived = GetTime();
|
||||
|
||||
Reference in New Issue
Block a user