diff --git a/peer.go b/peer.go index bf0ba538..c296bef7 100644 --- a/peer.go +++ b/peer.go @@ -729,6 +729,9 @@ out: case *lnwire.UpdateFufillHTLC: isChanUpdate = true targetChan = msg.ChanID + case *lnwire.UpdateFailMalformedHTLC: + isChanUpdate = true + targetChan = msg.ChanID case *lnwire.UpdateFailHTLC: isChanUpdate = true targetChan = msg.ChanID