feature: populate SetInvoiceAmp with TlvOpt+PayAddrReq+AmpReq
This commit is contained in:
parent
bbb841bd5f
commit
e97da53676
@ -22,6 +22,7 @@ var defaultSetDesc = setDesc{
|
||||
SetInit: {}, // I
|
||||
SetNodeAnn: {}, // N
|
||||
SetInvoice: {}, // 9
|
||||
SetInvoiceAmp: {}, // 9A
|
||||
SetLegacyGlobal: {},
|
||||
},
|
||||
lnwire.StaticRemoteKeyRequired: {
|
||||
@ -34,9 +35,10 @@ var defaultSetDesc = setDesc{
|
||||
SetNodeAnn: {}, // N
|
||||
},
|
||||
lnwire.PaymentAddrRequired: {
|
||||
SetInit: {}, // I
|
||||
SetNodeAnn: {}, // N
|
||||
SetInvoice: {}, // 9
|
||||
SetInit: {}, // I
|
||||
SetNodeAnn: {}, // N
|
||||
SetInvoice: {}, // 9
|
||||
SetInvoiceAmp: {}, // 9A
|
||||
},
|
||||
lnwire.MPPOptional: {
|
||||
SetInit: {}, // I
|
||||
@ -54,6 +56,8 @@ var defaultSetDesc = setDesc{
|
||||
lnwire.AMPOptional: {
|
||||
SetInit: {}, // I
|
||||
SetNodeAnn: {}, // N
|
||||
SetInvoice: {}, // 9
|
||||
},
|
||||
lnwire.AMPRequired: {
|
||||
SetInvoiceAmp: {}, // 9A
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user