From 3825b9e463a91c4d4d4ad97e3f9ef60cbaa74be8 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 6 Nov 2020 17:48:58 -0800 Subject: [PATCH] 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. --- feature/default_sets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/default_sets.go b/feature/default_sets.go index 64e6f9bd..33bd0b94 100644 --- a/feature/default_sets.go +++ b/feature/default_sets.go @@ -24,7 +24,7 @@ var defaultSetDesc = setDesc{ SetInvoice: {}, // 9 SetLegacyGlobal: {}, }, - lnwire.StaticRemoteKeyOptional: { + lnwire.StaticRemoteKeyRequired: { SetInit: {}, // I SetNodeAnn: {}, // N SetLegacyGlobal: {},