Merge pull request #4751 from Roasbeef/static-key-require

feature: flip static remote key from optional to required
This commit is contained in:
Olaoluwa Osuntokun
2020-11-13 16:15:39 -08:00
committed by GitHub

View File

@ -24,7 +24,7 @@ var defaultSetDesc = setDesc{
SetInvoice: {}, // 9 SetInvoice: {}, // 9
SetLegacyGlobal: {}, SetLegacyGlobal: {},
}, },
lnwire.StaticRemoteKeyOptional: { lnwire.StaticRemoteKeyRequired: {
SetInit: {}, // I SetInit: {}, // I
SetNodeAnn: {}, // N SetNodeAnn: {}, // N
SetLegacyGlobal: {}, SetLegacyGlobal: {},