mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 06:34:27 +01:00
routing/chainview: remove possibility of deadlock in shutdown of blockEventQueue
This commit is contained in:
@@ -72,7 +72,6 @@ func (b *blockEventQueue) Stop() {
|
||||
close(b.quit)
|
||||
|
||||
b.queueCond.Signal()
|
||||
b.wg.Wait()
|
||||
}
|
||||
|
||||
// queueCoordinator is the queue's main loop, handling incoming block events
|
||||
|
||||
Reference in New Issue
Block a user