mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-19 10:37:23 +01:00
htlcswitch/link: fix Min/MaxFeeUpdateTimeout godocs
This commit is contained in:
@@ -229,10 +229,14 @@ type ChannelLinkConfig struct {
|
|||||||
// receiving node is persistent.
|
// receiving node is persistent.
|
||||||
UnsafeReplay bool
|
UnsafeReplay bool
|
||||||
|
|
||||||
// MinFeeUpdateTimeout and MaxFeeUpdateTimeout represent the timeout
|
// MinFeeUpdateTimeout represents the minimum interval in which a link
|
||||||
// interval bounds in which a link will propose to update its commitment
|
// will propose to update its commitment fee rate. A random timeout will
|
||||||
// fee rate. A random timeout will be selected between these values.
|
// be selected between this and MaxFeeUpdateTimeout.
|
||||||
MinFeeUpdateTimeout time.Duration
|
MinFeeUpdateTimeout time.Duration
|
||||||
|
|
||||||
|
// MaxFeeUpdateTimeout represents the maximum interval in which a link
|
||||||
|
// will propose to update its commitment fee rate. A random timeout will
|
||||||
|
// be selected between this and MinFeeUpdateTimeout.
|
||||||
MaxFeeUpdateTimeout time.Duration
|
MaxFeeUpdateTimeout time.Duration
|
||||||
|
|
||||||
// OutgoingCltvRejectDelta defines the number of blocks before expiry of
|
// OutgoingCltvRejectDelta defines the number of blocks before expiry of
|
||||||
|
|||||||
Reference in New Issue
Block a user