doc/sample-lnd.conf: remove deprecated protocol.anchors flag

Remove deprecated "protocol.anchors" setting from sample-lnd.conf
This commit is contained in:
Linus Curiel Xanoni 2021-06-28 15:25:04 -04:00 committed by GitHub
parent e62f0e1f3a
commit dc7d79abc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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