mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-11 07:39:41 +02:00
routing+lnrpc: add inbound fee policy update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user