mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
0868fa9f1e
The old `experimental-accept-extra-tlv-types` is now `accept-htlc-tlv-types`. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: Config: `accept-htlc-tlv-types` lets us accept unknown even HTLC TLV fields we would normally reject on parsing (was EXPERIMENTAL-only `experimental-accept-extra-tlv-types`).
21 lines
562 B
JSON
21 lines
562 B
JSON
{
|
|
"flags": [
|
|
"channel-fee-max-base-msat",
|
|
"channel-fee-max-proportional-thousandths",
|
|
"funder-fund-probability",
|
|
"funder-fuzz-percent",
|
|
"funder-lease-requests-only",
|
|
"funder-max-their-funding",
|
|
"funder-min-their-funding",
|
|
"funder-per-channel-max",
|
|
"funder-per-channel-min",
|
|
"funder-policy",
|
|
"funder-policy-mod",
|
|
"funder-reserve-tank",
|
|
"lease-fee-base-sat",
|
|
"lease-fee-base-msat",
|
|
"lease-fee-basis",
|
|
"lease-funding-weight"
|
|
]
|
|
}
|