mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 17:55:36 +01:00
chains: specify a default CLTV expiration of 1 day equiv for each chain
This commit is contained in:
parent
a709164aef
commit
16462e1d57
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ var defaultBitcoinForwardingPolicy = htlcswitch.ForwardingPolicy{
|
|||
MinHTLC: 0,
|
||||
BaseFee: 1,
|
||||
FeeRate: 1,
|
||||
TimeLockDelta: 1,
|
||||
TimeLockDelta: 144,
|
||||
}
|
||||
|
||||
// defaultLitecoinForwardingPolicy is the default forwarding policy used for
|
||||
|
@ -40,7 +40,7 @@ var defaultLitecoinForwardingPolicy = htlcswitch.ForwardingPolicy{
|
|||
MinHTLC: 0,
|
||||
BaseFee: 1,
|
||||
FeeRate: 1,
|
||||
TimeLockDelta: 1,
|
||||
TimeLockDelta: 576,
|
||||
}
|
||||
|
||||
// defaultChannelConstraints is the default set of channel constraints that are
|
||||
|
|
Loading…
Add table
Reference in a new issue