mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 22:22:36 +02: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