@@ -136,7 +136,7 @@ mod sealed {
136
136
// Byte 2
137
137
BasicMPP | Wumbo | AnchorsZeroFeeHtlcTx ,
138
138
// Byte 3
139
- ShutdownAnySegwit ,
139
+ ShutdownAnySegwit | Taproot ,
140
140
// Byte 4
141
141
OnionMessages ,
142
142
// Byte 5
@@ -152,7 +152,7 @@ mod sealed {
152
152
// Byte 2
153
153
BasicMPP | Wumbo | AnchorsZeroFeeHtlcTx ,
154
154
// Byte 3
155
- ShutdownAnySegwit ,
155
+ ShutdownAnySegwit | Taproot ,
156
156
// Byte 4
157
157
OnionMessages ,
158
158
// Byte 5
@@ -198,7 +198,7 @@ mod sealed {
198
198
// Byte 2
199
199
AnchorsZeroFeeHtlcTx ,
200
200
// Byte 3
201
- ,
201
+ Taproot ,
202
202
// Byte 4
203
203
,
204
204
// Byte 5
@@ -384,6 +384,9 @@ mod sealed {
384
384
define_feature ! ( 27 , ShutdownAnySegwit , [ InitContext , NodeContext ] ,
385
385
"Feature flags for `opt_shutdown_anysegwit`." , set_shutdown_any_segwit_optional,
386
386
set_shutdown_any_segwit_required, supports_shutdown_anysegwit, requires_shutdown_anysegwit) ;
387
+ define_feature ! ( 31 , Taproot , [ InitContext , NodeContext , ChannelTypeContext ] ,
388
+ "Feature flags for `option_taproot`." , set_taproot_optional,
389
+ set_taproot_requires, supports_taproot, requires_taproot) ;
387
390
define_feature ! ( 39 , OnionMessages , [ InitContext , NodeContext ] ,
388
391
"Feature flags for `option_onion_messages`." , set_onion_messages_optional,
389
392
set_onion_messages_required, supports_onion_messages, requires_onion_messages) ;
0 commit comments