mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-30 19:53:21 +02:00
htlcswitch: fix inconsistency between attribute name and godoc comment
This commit is contained in:
@@ -257,9 +257,9 @@ type ChannelLinkConfig struct {
|
|||||||
// configured set of watchtowers.
|
// configured set of watchtowers.
|
||||||
TowerClient TowerClient
|
TowerClient TowerClient
|
||||||
|
|
||||||
// MaxCltvExpiry is the maximum outgoing timelock that the link should
|
// MaxOutgoingCltvExpiry is the maximum outgoing timelock that the link
|
||||||
// accept for a forwarded HTLC. The value is relative to the current
|
// should accept for a forwarded HTLC. The value is relative to the
|
||||||
// block height.
|
// current block height.
|
||||||
MaxOutgoingCltvExpiry uint32
|
MaxOutgoingCltvExpiry uint32
|
||||||
|
|
||||||
// MaxFeeAllocation is the highest allocation we'll allow a channel's
|
// MaxFeeAllocation is the highest allocation we'll allow a channel's
|
||||||
|
Reference in New Issue
Block a user