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:
Olaoluwa Osuntokun 2020-11-06 17:48:58 -08:00
parent 428ca37301
commit 3825b9e463
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

@ -24,7 +24,7 @@ var defaultSetDesc = setDesc{
SetInvoice: {}, // 9
SetLegacyGlobal: {},
},
lnwire.StaticRemoteKeyOptional: {
lnwire.StaticRemoteKeyRequired: {
SetInit: {}, // I
SetNodeAnn: {}, // N
SetLegacyGlobal: {},