From 6bbbfd3327f188465a2d97e729e87e9444a668a3 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Fri, 3 May 2024 13:39:35 +0800 Subject: [PATCH] docs: add missing fee section sample-lnd.conf --- sample-lnd.conf | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 8a4ca87a4..2783c58fd 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -313,20 +313,6 @@ ; Example: ; feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json -; Optional URL for external fee estimation. If no URL is specified, the method -; for fee estimation will depend on the chosen backend and network. Must be set -; for neutrino on mainnet. -; Default: -; fee.url= -; Example: -; fee.url=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json - -; The minimum interval in which fees will be updated from the specified fee URL. -; fee.min-update-timeout=5m - -; The maximum interval in which fees will be updated from the specified fee URL. -; fee.max-update-timeout=20m - ; If true, then automatic network bootstrapping will not be attempted. This ; means that your node won't attempt to automatically seek out peers on the ; network. @@ -544,6 +530,24 @@ ; the headers of an HTTP request. ; http-header-timeout=5s + +[fee] + +; Optional URL for external fee estimation. If no URL is specified, the method +; for fee estimation will depend on the chosen backend and network. Must be set +; for neutrino on mainnet. +; Default: +; fee.url= +; Example: +; fee.url=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json + +; The minimum interval in which fees will be updated from the specified fee URL. +; fee.min-update-timeout=5m + +; The maximum interval in which fees will be updated from the specified fee URL. +; fee.max-update-timeout=20m + + [prometheus] ; If true, lnd will start the Prometheus exporter. Prometheus flags are