From 836d32514b11db017a9a317e5c087f621ef12708 Mon Sep 17 00:00:00 2001 From: Abel Date: Fri, 9 Sep 2022 12:07:44 +0000 Subject: [PATCH] sample-conf: Chain backend documentation reformat, add warning [skip ci] Change formatting of `bitcoin.node` configuration, add warning about changing BETWEEN chain back-ends --- sample-lnd.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 3f9fb903d..0320a76c9 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -486,13 +486,12 @@ bitcoin.simnet=true ; signet network seed nodes ; bitcoin.signetseednode=123.45.67.89 -; Use the btcd back-end +; Specify the chain back-end. Options are btcd, bitcoind and neutrino. +; +; NOTE: Please note that switching between a full back-end (btcd/bitcoind) and +; a light back-end (neutrino) is not supported. bitcoin.node=btcd - -; Use the bitcoind back-end ; bitcoin.node=bitcoind - -; Use the neutrino (light client) back-end ; bitcoin.node=neutrino ; The default number of confirmations a channel must have before it's considered