mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
feature: flip static remote key from optional to required
It's been sometime since we introduced this new safety enhancing feature bit. At this point, we're now moving to require it as it makes our SCB recovery system more robust, and it's also an implicit feature bit for for anchor commitments as they're defined now.
This commit is contained in:
parent
428ca37301
commit
3825b9e463
@ -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