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
|
||||
SetLegacyGlobal: {},
|
||||
},
|
||||
lnwire.StaticRemoteKeyOptional: {
|
||||
lnwire.StaticRemoteKeyRequired: {
|
||||
SetInit: {}, // I
|
||||
SetNodeAnn: {}, // N
|
||||
SetLegacyGlobal: {},
|
||||
|
Loading…
Reference in New Issue
Block a user