mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
lightningd: allow extra tlv types in non-experimental mode.
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`).
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"flags": [
|
||||
"experimental-accept-extra-tlv-types",
|
||||
"channel-fee-max-base-msat",
|
||||
"channel-fee-max-proportional-thousandths",
|
||||
"funder-fund-probability",
|
||||
@@ -18,4 +17,4 @@
|
||||
"lease-fee-basis",
|
||||
"lease-funding-weight"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user