routing+lnrpc: add inbound fee policy update

This commit is contained in:
Joost Jager
2022-09-21 14:05:53 +02:00
parent e8c97deaef
commit 763787e08c
7 changed files with 983 additions and 838 deletions

View File

@@ -287,6 +287,10 @@ type FeeSchema struct {
// the effective fee rate charged per mSAT will be: (amount *
// FeeRate/1,000,000).
FeeRate uint32
// InboundFee is the inbound fee schedule that applies to forwards
// coming in through a channel to which this FeeSchema pertains.
InboundFee models.InboundFee
}
// ChannelPolicy holds the parameters that determine the policy we enforce