mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-01-20 23:04:25 +01:00
Merge pull request #1442 from Roasbeef/async-link-stop
htlcswitch: in removeLink use new goroutine to stop existing link
This commit is contained in:
@@ -1883,7 +1883,7 @@ func (s *Switch) removeLink(chanID lnwire.ChannelID) error {
|
||||
}
|
||||
}
|
||||
|
||||
link.Stop()
|
||||
go link.Stop()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user