mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 22:46:38 +02:00
channeldb/channel: adds RefreshShortChanID
This commit is contained in:
@@ -1702,6 +1702,8 @@ func (s *Switch) Stop() error {
|
||||
for _, mailBox := range s.mailboxes {
|
||||
mailBox.Stop()
|
||||
}
|
||||
for _, mailBox := range s.pendingMailboxes {
|
||||
mailBox.Stop()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user