mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 05:42:37 +02: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:
@@ -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