mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02: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:
commit
6696b4635c
2 changed files with 3 additions and 2 deletions
|
|
@ -827,6 +827,7 @@ void PeerLogicValidation::UpdatedBlockTip(const CBlockIndex *pindexNew, const CB
|
|||
}
|
||||
}
|
||||
});
|
||||
connman->WakeMessageHandler();
|
||||
}
|
||||
|
||||
nTimeBestReceived = GetTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue