package feature
import "github.com/lightningnetwork/lnd/lnwire"
type setDesc map[lnwire.FeatureBit]map[Set]struct{}
var defaultSetDesc = setDesc{
lnwire.DataLossProtectRequired: {
SetInit: {}, SetNodeAnn: {}, },
lnwire.GossipQueriesOptional: {
SetInit: {}, SetNodeAnn: {}, },
lnwire.TLVOnionPayloadOptional: {
SetInit: {}, SetNodeAnn: {}, SetInvoice: {}, SetLegacyGlobal: {},
},
lnwire.StaticRemoteKeyOptional: {
SetInit: {}, SetNodeAnn: {}, SetLegacyGlobal: {},
},
lnwire.UpfrontShutdownScriptOptional: {
SetInit: {}, SetNodeAnn: {}, },
lnwire.PaymentAddrOptional: {
SetInit: {}, SetNodeAnn: {}, SetInvoice: {}, },
lnwire.MPPOptional: {
SetInit: {}, SetNodeAnn: {}, SetInvoice: {}, },
lnwire.AnchorsOptional: {
SetInit: {}, SetNodeAnn: {}, },
}