doc: Fixed doc check with the last options

Changelog-None

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2021-11-04 19:29:46 +01:00 committed by Rusty Russell
parent ed80590fe1
commit 9c45557959
2 changed files with 5 additions and 6 deletions

View File

@ -309,6 +309,9 @@ transactions: default is 100.
Number of HTLCs one channel can handle concurrently in each direction. Number of HTLCs one channel can handle concurrently in each direction.
Should be between 1 and 483 (default 30). 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* **cltv-delta**=*BLOCKS*
The number of blocks between incoming payments and outgoing payments: 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 this needs to be enough to make sure that if we have to, we can close
@ -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 Set a Tor control password, which may be needed for *autotor:* to
authenticate to the Tor control port. 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 ### Lightning Plugins
lightningd(8) supports plugins, which offer additional configuration lightningd(8) supports plugins, which offer additional configuration
@ -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 automatically by a plugin that implements the appropriate logic for
your needs. The default behavior is to not contribute funds. 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 Specifying this enables support for accepting incoming WebSocket
connections on that port, on any IPv4 and IPv6 addresses you listen connections on that port, on any IPv4 and IPv6 addresses you listen

View File

@ -15,7 +15,6 @@
"funder-reserve-tank", "funder-reserve-tank",
"lease-fee-base-msat", "lease-fee-base-msat",
"lease-fee-basis", "lease-fee-basis",
"lease-funding-weight", "lease-funding-weight"
"fetchinvoice-noconnect"
] ]
} }