From 8266b96f2e855a74f27b207d714bee71d4602d36 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 24 Mar 2025 16:04:13 -0700 Subject: [PATCH] feature: start to set the require bit for channel_type Related to this spec PR: https://github.com/lightning/bolts/pull/1232. To start with, we'll start to set the required feature bit for the `channel_type` feature where applicable. --- 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 244466e86b3..bfc288ff0cd 100644 --- a/feature/default_sets.go +++ b/feature/default_sets.go @@ -60,7 +60,7 @@ var defaultSetDesc = setDesc{ lnwire.AMPRequired: { SetInvoiceAmp: {}, // 9A }, - lnwire.ExplicitChannelTypeOptional: { + lnwire.ExplicitChannelTypeRequired: { SetInit: {}, // I SetNodeAnn: {}, // N },