mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02:00
Merge pull request #4751 from Roasbeef/static-key-require
feature: flip static remote key from optional to required
This commit is contained in:
@@ -24,7 +24,7 @@ var defaultSetDesc = setDesc{
|
||||
SetInvoice: {}, // 9
|
||||
SetLegacyGlobal: {},
|
||||
},
|
||||
lnwire.StaticRemoteKeyOptional: {
|
||||
lnwire.StaticRemoteKeyRequired: {
|
||||
SetInit: {}, // I
|
||||
SetNodeAnn: {}, // N
|
||||
SetLegacyGlobal: {},
|
||||
|
Reference in New Issue
Block a user