@@ -134,7 +134,7 @@ mod sealed {
134
134
// Byte 1
135
135
VariableLengthOnion | StaticRemoteKey | PaymentSecret ,
136
136
// Byte 2
137
- BasicMPP | Wumbo | AnchorsZeroFeeHtlcTx ,
137
+ BasicMPP | Wumbo | AnchorsNonzeroFeeHtlcTx | AnchorsZeroFeeHtlcTx ,
138
138
// Byte 3
139
139
ShutdownAnySegwit ,
140
140
// Byte 4
@@ -150,7 +150,7 @@ mod sealed {
150
150
// Byte 1
151
151
VariableLengthOnion | StaticRemoteKey | PaymentSecret ,
152
152
// Byte 2
153
- BasicMPP | Wumbo | AnchorsZeroFeeHtlcTx ,
153
+ BasicMPP | Wumbo | AnchorsNonzeroFeeHtlcTx | AnchorsZeroFeeHtlcTx ,
154
154
// Byte 3
155
155
ShutdownAnySegwit ,
156
156
// Byte 4
@@ -196,7 +196,7 @@ mod sealed {
196
196
// Byte 1
197
197
StaticRemoteKey ,
198
198
// Byte 2
199
- AnchorsZeroFeeHtlcTx ,
199
+ AnchorsNonzeroFeeHtlcTx | AnchorsZeroFeeHtlcTx ,
200
200
// Byte 3
201
201
,
202
202
// Byte 4
@@ -378,6 +378,9 @@ mod sealed {
378
378
define_feature ! ( 19 , Wumbo , [ InitContext , NodeContext ] ,
379
379
"Feature flags for `option_support_large_channel` (aka wumbo channels)." , set_wumbo_optional, set_wumbo_required,
380
380
supports_wumbo, requires_wumbo) ;
381
+ define_feature ! ( 21 , AnchorsNonzeroFeeHtlcTx , [ InitContext , NodeContext , ChannelTypeContext ] ,
382
+ "Feature flags for `option_anchors_nonzero_fee_htlc_tx`." , set_anchors_nonzero_fee_htlc_tx_optional,
383
+ set_anchors_nonzero_fee_htlc_tx_required, supports_anchors_nonzero_fee_htlc_tx, requires_anchors_nonzero_fee_htlc_tx) ;
381
384
define_feature ! ( 23 , AnchorsZeroFeeHtlcTx , [ InitContext , NodeContext , ChannelTypeContext ] ,
382
385
"Feature flags for `option_anchors_zero_fee_htlc_tx`." , set_anchors_zero_fee_htlc_tx_optional,
383
386
set_anchors_zero_fee_htlc_tx_required, supports_anchors_zero_fee_htlc_tx, requires_anchors_zero_fee_htlc_tx) ;
0 commit comments