feature/default_sets: expose optional mpp and pay_addr features IN9

This commit is contained in:
Conner Fromknecht
2019-12-18 23:58:11 -08:00
parent 35dd5f354d
commit 1dbeb34a66
2 changed files with 14 additions and 0 deletions

View File

@@ -33,4 +33,14 @@ var defaultSetDesc = setDesc{
SetInit: {}, // I
SetNodeAnn: {}, // N
},
lnwire.PaymentAddrOptional: {
SetInit: {}, // I
SetNodeAnn: {}, // N
SetInvoice: {}, // 9
},
lnwire.MPPOptional: {
SetInit: {}, // I
SetNodeAnn: {}, // N
SetInvoice: {}, // 9
},
}