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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user