docs: add missing fee section sample-lnd.conf

This commit is contained in:
yyforyongyu 2024-05-03 13:39:35 +08:00
parent 3837c3f12e
commit 6bbbfd3327
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -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