htlcswitch: fix clean of channel link

This commit is contained in:
Andrey Samokhvalov 2017-07-11 18:19:27 +03:00 committed by Olaoluwa Osuntokun
parent 291232f0c3
commit 3555c4c463
1 changed files with 1 additions and 0 deletions

View File

@ -875,6 +875,7 @@ func (s *Switch) addLink(link ChannelLink) error {
s.interfaceIndex[peerPub][link] = struct{}{}
if err := link.Start(); err != nil {
s.removeLink(link.ChanID())
return err
}