channeldb/channel: adds RefreshShortChanID

This commit is contained in:
Conner Fromknecht
2018-05-01 16:28:12 -07:00
parent 355355b81e
commit 7ad56943c7
2 changed files with 51 additions and 8 deletions

View File

@@ -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
}