diff --git a/config.go b/config.go index dca5d5913..335fb5646 100644 --- a/config.go +++ b/config.go @@ -95,8 +95,8 @@ const ( defaultHostSampleInterval = time.Minute * 5 defaultChainInterval = time.Minute - defaultChainTimeout = time.Second * 10 - defaultChainBackoff = time.Second * 30 + defaultChainTimeout = time.Second * 30 + defaultChainBackoff = time.Minute * 2 defaultChainAttempts = 3 // Set defaults for a health check which ensures that we have space diff --git a/sample-lnd.conf b/sample-lnd.conf index 9bc9ce05a..7958f1029 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -337,6 +337,11 @@ ; automatically. [experimental] ; keysend-hold-time=true +; If set, lnd will use anchor channels by default if the remote channel party +; supports them. Note that lnd will require 1 UTXO to be reserved for this +; channel type if it is enabled. +; protocol.anchors=true + ; If true, we'll attempt to garbage collect canceled invoices upon start. ; gc-canceled-invoices-on-startup=true