multi: introduce config-level DustThreshold for defining threshold

This commit is contained in:
eugene
2021-09-28 13:50:11 -04:00
parent 3897baff0a
commit 702b3a3258
6 changed files with 23 additions and 5 deletions

View File

@@ -365,6 +365,11 @@
; propagation (default: 10)
; max-commit-fee-rate-anchors=5
; A threshold defining the maximum amount of dust a given channel can have
; after which forwarding and sending dust HTLC's to and from the channel will
; fail. This amount is expressed in satoshis. (default: 500000)
; dust-threshold=1000000
; 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.