Skip to content

Commit

Permalink
doc: Fixed doc check with the last options
Browse files Browse the repository at this point in the history
Changelog-None

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo authored and rustyrussell committed Nov 28, 2021
1 parent ed80590 commit 9c45557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/lightningd-config.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ transactions: default is 100.
Number of HTLCs one channel can handle concurrently in each direction.
Should be between 1 and 483 (default 30).

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

**cltv-delta**=*BLOCKS*
The number of blocks between incoming payments and outgoing payments:
this needs to be enough to make sure that if we have to, we can close
Expand Down Expand Up @@ -438,9 +441,6 @@ 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 @@ -527,7 +527,7 @@ about whether to add funds or not to a proposed channel is handled
automatically by a plugin that implements the appropriate logic for
your needs. The default behavior is to not contribute funds.

**experimental-websocket-port**
**experimental-websocket-port**=*PORT*

Specifying this enables support for accepting incoming WebSocket
connections on that port, on any IPv4 and IPv6 addresses you listen
Expand Down
3 changes: 1 addition & 2 deletions doc/undoc-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"funder-reserve-tank",
"lease-fee-base-msat",
"lease-fee-basis",
"lease-funding-weight",
"fetchinvoice-noconnect"
"lease-funding-weight"
]
}

0 comments on commit 9c45557

Please sign in to comment.