mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
feature: add SimpleTaprootChannelsOptional to the set of default chan types
This commit is contained in:
parent
aaba144804
commit
32f4f4cea7
@ -83,4 +83,8 @@ var defaultSetDesc = setDesc{
|
|||||||
SetInit: {}, // I
|
SetInit: {}, // I
|
||||||
SetNodeAnn: {}, // N
|
SetNodeAnn: {}, // N
|
||||||
},
|
},
|
||||||
|
lnwire.SimpleTaprootChannelsOptional: {
|
||||||
|
SetInit: {}, // I
|
||||||
|
SetNodeAnn: {}, // N
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user