diff --git a/sample-lnd.conf b/sample-lnd.conf index 2bac475b..59fe1f8a 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -90,11 +90,6 @@ ; The maximum number of incoming pending channels permitted per peer. ; maxpendingchannels=1 -; The default number of confirmations a channel must have before it's considered -; open. We'll require any incoming channel requests to wait this many -; confirmations before we consider the channel active. -; defaultchanconfs=3 - ; If true, then automatic network bootstrapping will not be attempted. This ; means that your node won't attempt to automatically seek out peers on the ; network. @@ -138,6 +133,11 @@ bitcoin.node=btcd ; Use the neutrino (light client) back-end ; bitcoin.node=neutrino +; The default number of confirmations a channel must have before it's considered +; open. We'll require any incoming channel requests to wait this many +; confirmations before we consider the channel active. +; bitcoin.defaultchanconfs=3 + [Btcd]