From dc7d79abc2beb89c5a3f35ea55a963cdec8dbb30 Mon Sep 17 00:00:00 2001 From: Linus Curiel Xanoni <77220130+xanoni@users.noreply.github.com> Date: Mon, 28 Jun 2021 15:25:04 -0400 Subject: [PATCH] doc/sample-lnd.conf: remove deprecated protocol.anchors flag Remove deprecated "protocol.anchors" setting from sample-lnd.conf --- sample-lnd.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index b503cbc0..a1e4da0f 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -388,11 +388,6 @@ ; invoices will be accepted regardless of this setting. ; accept-amp=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 @@ -1041,7 +1036,10 @@ litecoin.node=ltcd ; BTC ; protocol.wumbo-channels=true -; Set to disable support for anchor commitments +; Set to disable support for anchor commitments. If not 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. +; (Deprecates the previous "protocol.anchors" setting.) ; protocol.no-anchors=true [db]