mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-06 23:24:22 +01:00
doc/sample-lnd.conf: remove deprecated protocol.anchors flag
Remove deprecated "protocol.anchors" setting from sample-lnd.conf
This commit is contained in:
committed by
GitHub
parent
e62f0e1f3a
commit
dc7d79abc2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user