Merge pull request #4751 from Roasbeef/static-key-require
feature: flip static remote key from optional to required
This commit is contained in:
commit
7afb5b4c95
@ -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: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user