doc: fix accept-htlc-tlv-types description

This commit is contained in:
Dennis Reimann 2022-12-12 15:41:38 +01:00 committed by Christian Decker
parent efd7a5868b
commit 81213cafd7
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ On success, an object is returned, containing:
- **force-feerates** (string, optional): force-feerate configuration setting, if any - **force-feerates** (string, optional): force-feerate configuration setting, if any
- **subdaemon** (string, optional): `subdaemon` fields from config or cmdline if any (can be more than one) - **subdaemon** (string, optional): `subdaemon` fields from config or cmdline if any (can be more than one)
- **fetchinvoice-noconnect** (boolean, optional): `fetchinvoice-noconnect` fields from config or cmdline, or default - **fetchinvoice-noconnect** (boolean, optional): `fetchinvoice-noconnect` fields from config or cmdline, or default
- **accept-htlc-tlv-types** (string, optional): `accept-extra-tlvs-type` fields from config or cmdline, or not present - **accept-htlc-tlv-types** (string, optional): `accept-htlc-tlv-types` fields from config or cmdline, or not present
- **tor-service-password** (string, optional): `tor-service-password` field from config or cmdline, if any - **tor-service-password** (string, optional): `tor-service-password` field from config or cmdline, if any
- **dev-allowdustreserve** (boolean, optional): Whether we allow setting dust reserves - **dev-allowdustreserve** (boolean, optional): Whether we allow setting dust reserves
- **announce-addr-dns** (boolean, optional): Whether we put DNS entries into node\_announcement - **announce-addr-dns** (boolean, optional): Whether we put DNS entries into node\_announcement

View file

@ -285,7 +285,7 @@
}, },
"accept-htlc-tlv-types": { "accept-htlc-tlv-types": {
"type": "string", "type": "string",
"description": "`accept-extra-tlvs-type` fields from config or cmdline, or not present" "description": "`accept-htlc-tlv-types` fields from config or cmdline, or not present"
}, },
"tor-service-password": { "tor-service-password": {
"type": "string", "type": "string",