Merge remote-tracking branch 'origin/master' into 0-19-staging

This commit is contained in:
Oliver Gugger
2024-05-28 13:55:23 +02:00
200 changed files with 7579 additions and 3168 deletions

View File

@@ -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