peer: handle received update_fee message.
This commit is contained in:
parent
f4db249cb8
commit
adbbd1e80f
3
peer.go
3
peer.go
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user