chains: specify a default CLTV expiration of 1 day equiv for each chain

This commit is contained in:
Olaoluwa Osuntokun 2017-08-02 21:18:49 -07:00
parent a709164aef
commit 16462e1d57
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -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