diff --git a/sample-lnd.conf b/sample-lnd.conf index fc788a7b21..85d69c8240 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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.