mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 22:24:21 +01:00
routing+lnrpc+lncli: allow setting min htlc policy
This commit is contained in:
@@ -224,6 +224,10 @@ type ChannelPolicy struct {
|
||||
// MaxHTLC is the maximum HTLC size including fees we are allowed to
|
||||
// forward over this channel.
|
||||
MaxHTLC lnwire.MilliSatoshi
|
||||
|
||||
// MinHTLC is the minimum HTLC size including fees we are allowed to
|
||||
// forward over this channel.
|
||||
MinHTLC *lnwire.MilliSatoshi
|
||||
}
|
||||
|
||||
// Config defines the configuration for the ChannelRouter. ALL elements within
|
||||
|
||||
Reference in New Issue
Block a user