mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 03:53:35 +02:00
Merge remote-tracking branch 'origin/master' into 0-19-staging
This commit is contained in:
@@ -294,7 +294,7 @@ type FeeSchema struct {
|
||||
|
||||
// InboundFee is the inbound fee schedule that applies to forwards
|
||||
// coming in through a channel to which this FeeSchema pertains.
|
||||
InboundFee models.InboundFee
|
||||
InboundFee fn.Option[models.InboundFee]
|
||||
}
|
||||
|
||||
// ChannelPolicy holds the parameters that determine the policy we enforce
|
||||
|
Reference in New Issue
Block a user