mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
doc: fix accept-htlc-tlv-types description
This commit is contained in:
parent
efd7a5868b
commit
81213cafd7
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ On success, an object is returned, containing:
|
|||
- **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)
|
||||
- **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
|
||||
- **dev-allowdustreserve** (boolean, optional): Whether we allow setting dust reserves
|
||||
- **announce-addr-dns** (boolean, optional): Whether we put DNS entries into node\_announcement
|
||||
|
|
|
@ -285,7 +285,7 @@
|
|||
},
|
||||
"accept-htlc-tlv-types": {
|
||||
"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": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Reference in a new issue