@@ -143,7 +143,7 @@ mod sealed {
143
143
// Byte 2
144
144
BasicMPP | Wumbo | AnchorsNonzeroFeeHtlcTx | AnchorsZeroFeeHtlcTx ,
145
145
// Byte 3
146
- ShutdownAnySegwit ,
146
+ ShutdownAnySegwit | Taproot ,
147
147
// Byte 4
148
148
OnionMessages ,
149
149
// Byte 5
@@ -159,7 +159,7 @@ mod sealed {
159
159
// Byte 2
160
160
BasicMPP | Wumbo | AnchorsNonzeroFeeHtlcTx | AnchorsZeroFeeHtlcTx ,
161
161
// Byte 3
162
- ShutdownAnySegwit ,
162
+ ShutdownAnySegwit | Taproot ,
163
163
// Byte 4
164
164
OnionMessages ,
165
165
// Byte 5
@@ -205,7 +205,7 @@ mod sealed {
205
205
// Byte 2
206
206
AnchorsNonzeroFeeHtlcTx | AnchorsZeroFeeHtlcTx ,
207
207
// Byte 3
208
- ,
208
+ Taproot ,
209
209
// Byte 4
210
210
,
211
211
// Byte 5
@@ -394,6 +394,9 @@ mod sealed {
394
394
define_feature ! ( 27 , ShutdownAnySegwit , [ InitContext , NodeContext ] ,
395
395
"Feature flags for `opt_shutdown_anysegwit`." , set_shutdown_any_segwit_optional,
396
396
set_shutdown_any_segwit_required, supports_shutdown_anysegwit, requires_shutdown_anysegwit) ;
397
+ define_feature ! ( 31 , Taproot , [ InitContext , NodeContext , ChannelTypeContext ] ,
398
+ "Feature flags for `option_taproot`." , set_taproot_optional,
399
+ set_taproot_required, supports_taproot, requires_taproot) ;
397
400
define_feature ! ( 39 , OnionMessages , [ InitContext , NodeContext ] ,
398
401
"Feature flags for `option_onion_messages`." , set_onion_messages_optional,
399
402
set_onion_messages_required, supports_onion_messages, requires_onion_messages) ;
0 commit comments