mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
discovery/gossiper: persist remote channel policy updates' max htlc
This commit is contained in:
parent
01e679786d
commit
513ac23479
1 changed files with 1 additions and 0 deletions
|
@ -2014,6 +2014,7 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
|
|||
ChannelFlags: msg.ChannelFlags,
|
||||
TimeLockDelta: msg.TimeLockDelta,
|
||||
MinHTLC: msg.HtlcMinimumMsat,
|
||||
MaxHTLC: msg.HtlcMaximumMsat,
|
||||
FeeBaseMSat: lnwire.MilliSatoshi(msg.BaseFee),
|
||||
FeeProportionalMillionths: lnwire.MilliSatoshi(msg.FeeRate),
|
||||
ExtraOpaqueData: msg.ExtraOpaqueData,
|
||||
|
|
Loading…
Add table
Reference in a new issue