doc/sample-lnd.conf: remove deprecated protocol.anchors flag
Remove deprecated "protocol.anchors" setting from sample-lnd.conf
This commit is contained in:
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]
|
||||
|
Loading…
Reference in New Issue
Block a user