mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-08 22:19:36 +02:00
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:
|
case *lnwire.CommitSig:
|
||||||
isChanUpdate = true
|
isChanUpdate = true
|
||||||
targetChan = msg.ChanID
|
targetChan = msg.ChanID
|
||||||
|
case *lnwire.UpdateFee:
|
||||||
|
isChanUpdate = true
|
||||||
|
targetChan = msg.ChanID
|
||||||
|
|
||||||
case *lnwire.ChannelUpdate,
|
case *lnwire.ChannelUpdate,
|
||||||
*lnwire.ChannelAnnouncement,
|
*lnwire.ChannelAnnouncement,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user