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
commit 7afb5b4c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: {},