From 99bbd992d2f9a0e4d1c23dd6dab21919402865a8 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Mon, 14 Dec 2020 21:07:12 +0100 Subject: [PATCH] sample config: add no-anchors and max-commit-fee-rate-anchors --- sample-lnd.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sample-lnd.conf b/sample-lnd.conf index fc788a7b2..85d69c824 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.