lightningd: remove the "listpeers.features.option_anchors_zero_fee_htlc_tx" option.

Everyone should be using the new name.

Changelog-Removed: JSON-RPC: `listpeers` `features` array string "option_anchors_zero_fee_htlc_tx": use "option_anchors" (spec renamed it). Deprecated in 24.08.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2026-01-20 14:56:26 +10:30
parent af1c9640b5
commit 9881e04636
8 changed files with 6 additions and 36 deletions

View File

@@ -24292,12 +24292,11 @@
"option_static_remotekey",
"option_anchor_outputs",
"option_anchors",
"option_anchors_zero_fee_htlc_tx",
"option_scid_alias",
"option_zeroconf"
],
"description": [
"BOLT #9 features which apply to this channel. Note that *anchors_zero_fee_htlc_tx* is a deprecated synonym for *anchors*."
"BOLT #9 features which apply to this channel."
]
}
},
@@ -25366,7 +25365,6 @@
},
"features": [
"option_static_remotekey",
"option_anchors_zero_fee_htlc_tx",
"option_anchors"
],
"funding": {
@@ -25498,7 +25496,6 @@
},
"features": [
"option_static_remotekey",
"option_anchors_zero_fee_htlc_tx",
"option_anchors"
],
"funding": {
@@ -25624,7 +25621,6 @@
},
"features": [
"option_static_remotekey",
"option_anchors_zero_fee_htlc_tx",
"option_anchors"
],
"funding": {
@@ -34534,12 +34530,6 @@
0,
"option_static_remotekey"
],
[
29,
23,
1,
"option_anchors_zero_fee_htlc_tx"
],
[
30,
23,