mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 19:41:21 +02:00
trivial: typo fix
This commit is contained in:
@@ -59,7 +59,7 @@ type ChainArbitratorConfig struct {
|
||||
// broadcast our commitment transaction if we have incoming htlcs. This
|
||||
// value should be set based on our current fee estimation of the
|
||||
// commitment transaction. We use this to determine when we should
|
||||
// broadcast instead of the just the HTLC timeout, as we want to ensure
|
||||
// broadcast instead of just the HTLC timeout, as we want to ensure
|
||||
// that the commitment transaction is already confirmed, by the time the
|
||||
// HTLC expires. Otherwise we may end up not settling the htlc on-chain
|
||||
// because the other party managed to time it out.
|
||||
@@ -89,7 +89,7 @@ type ChainArbitratorConfig struct {
|
||||
DeliverResolutionMsg func(...ResolutionMsg) error
|
||||
|
||||
// MarkLinkInactive is a function closure that the ChainArbitrator will
|
||||
// use to mark that active HTLC's shouldn't be attempt ted to be routed
|
||||
// use to mark that active HTLC's shouldn't be attempted to be routed
|
||||
// over a particular channel. This function will be called in that a
|
||||
// ChannelArbitrator decides that it needs to go to chain in order to
|
||||
// resolve contracts.
|
||||
@@ -157,7 +157,7 @@ type ChainArbitratorConfig struct {
|
||||
// resolution.
|
||||
OnionProcessor OnionProcessor
|
||||
|
||||
// PaymentsExpirationGracePeriod indicates is a time window we let the
|
||||
// PaymentsExpirationGracePeriod indicates a time window we let the
|
||||
// other node to cancel an outgoing htlc that our node has initiated and
|
||||
// has timed out.
|
||||
PaymentsExpirationGracePeriod time.Duration
|
||||
|
Reference in New Issue
Block a user