Skip to content

Commit

Permalink
doc: Document max-dust-htlc-exposure-msat the command line option
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Nov 4, 2021
1 parent c297fad commit 272fb72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/lightningd-config.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ Disable the DNS bootstrapping mechanism to find a node by its node ID.
Set a Tor control password, which may be needed for *autotor:* to
authenticate to the Tor control port.

**max-dust-htlc-exposure-msat**
Option which limits the total amount of sats to be allowed as dust on a channel.

### Lightning Plugins

lightningd(8) supports plugins, which offer additional configuration
Expand Down Expand Up @@ -493,7 +496,7 @@ which are in draft status in the BOLT specifications.
**experimental-offers**

Specifying this enables the `offers` and `fetchinvoice` plugins and
corresponding functionality, which are in draft status as BOLT12.
corresponding functionality, which are in draft status as BOLT12.
This usually requires **experimental-onion-messages** as well. See
lightning-offer(7) and lightning-fetchinvoice(7).

Expand All @@ -510,7 +513,7 @@ remote node has opened a channel but claims it used the incorrect txid
negotiate a clean shutdown with the txid they offer.

**experimental-dual-fund**

Specifying this enables support for the dual funding protocol,
allowing both parties to contribute funds to a channel. The decision
about whether to add funds or not to a proposed channel is handled
Expand Down Expand Up @@ -553,4 +556,3 @@ COPYING

Note: the modules in the ccan/ directory have their own licenses, but
the rest of the code is covered by the BSD-style MIT license.

0 comments on commit 272fb72

Please sign in to comment.