peer: handle received update_fee message.

This commit is contained in:
Johan T. Halseth 2017-07-14 20:43:20 +02:00 committed by Olaoluwa Osuntokun
parent f4db249cb8
commit adbbd1e80f

View File

@ -473,6 +473,9 @@ out:
case *lnwire.CommitSig:
isChanUpdate = true
targetChan = msg.ChanID
case *lnwire.UpdateFee:
isChanUpdate = true
targetChan = msg.ChanID
case *lnwire.ChannelUpdate,
*lnwire.ChannelAnnouncement,