feature: add SimpleTaprootChannelsOptional to the set of default chan types

This commit is contained in:
Olaoluwa Osuntokun 2023-01-19 20:10:16 -08:00
parent aaba144804
commit 32f4f4cea7
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306
2 changed files with 8 additions and 0 deletions

View File

@ -83,4 +83,8 @@ var defaultSetDesc = setDesc{
SetInit: {}, // I SetInit: {}, // I
SetNodeAnn: {}, // N SetNodeAnn: {}, // N
}, },
lnwire.SimpleTaprootChannelsOptional: {
SetInit: {}, // I
SetNodeAnn: {}, // N
},
} }

View File

@ -75,6 +75,10 @@ var deps = depDesc{
lnwire.ZeroConfOptional: { lnwire.ZeroConfOptional: {
lnwire.ScidAliasOptional: {}, lnwire.ScidAliasOptional: {},
}, },
lnwire.SimpleTaprootChannelsOptional: {
lnwire.AnchorsZeroFeeHtlcTxOptional: {},
lnwire.ExplicitChannelTypeOptional: {},
},
} }
// ValidateDeps asserts that a feature vector sets all features and their // ValidateDeps asserts that a feature vector sets all features and their