feature/default_sets: expose optional mpp and pay_addr features IN9
This commit is contained in:
parent
35dd5f354d
commit
1dbeb34a66
@ -33,4 +33,14 @@ var defaultSetDesc = setDesc{
|
|||||||
SetInit: {}, // I
|
SetInit: {}, // I
|
||||||
SetNodeAnn: {}, // N
|
SetNodeAnn: {}, // N
|
||||||
},
|
},
|
||||||
|
lnwire.PaymentAddrOptional: {
|
||||||
|
SetInit: {}, // I
|
||||||
|
SetNodeAnn: {}, // N
|
||||||
|
SetInvoice: {}, // 9
|
||||||
|
},
|
||||||
|
lnwire.MPPOptional: {
|
||||||
|
SetInit: {}, // I
|
||||||
|
SetNodeAnn: {}, // N
|
||||||
|
SetInvoice: {}, // 9
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
@ -134,6 +134,10 @@ var Features = map[FeatureBit]string{
|
|||||||
TLVOnionPayloadOptional: "tlv-onion",
|
TLVOnionPayloadOptional: "tlv-onion",
|
||||||
StaticRemoteKeyOptional: "static-remote-key",
|
StaticRemoteKeyOptional: "static-remote-key",
|
||||||
StaticRemoteKeyRequired: "static-remote-key",
|
StaticRemoteKeyRequired: "static-remote-key",
|
||||||
|
PaymentAddrOptional: "payment-addr",
|
||||||
|
PaymentAddrRequired: "payment-addr",
|
||||||
|
MPPOptional: "multi-path-payments",
|
||||||
|
MPPRequired: "multi-path-payments",
|
||||||
}
|
}
|
||||||
|
|
||||||
// RawFeatureVector represents a set of feature bits as defined in BOLT-09. A
|
// RawFeatureVector represents a set of feature bits as defined in BOLT-09. A
|
||||||
|
Loading…
Reference in New Issue
Block a user