sample config: add no-anchors and max-commit-fee-rate-anchors

This commit is contained in:
Johan T. Halseth 2020-12-14 21:07:12 +01:00
parent 0fd76e53b8
commit 99bbd992d2
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -307,6 +307,11 @@
; values are within [0.1, 1]. (default: 0.5)
; max-channel-fee-allocation=0.9
; The maximum fee rate in sat/vbyte that will be used for commitments of
; channels of the anchors type. Must be large enough to ensure transaction
; propagation (default: 10)
; max-commit-fee-rate-anchors=5
; If true, lnd will abort committing a migration if it would otherwise have been
; successful. This leaves the database unmodified, and still compatible with the
; previously active version of lnd.