Skip to content

Commit 8266b96

Browse files
committed
feature: start to set the require bit for channel_type
Related to this spec PR: lightning/bolts#1232. To start with, we'll start to set the required feature bit for the `channel_type` feature where applicable.
1 parent f7b3177 commit 8266b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/default_sets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var defaultSetDesc = setDesc{
6060
lnwire.AMPRequired: {
6161
SetInvoiceAmp: {}, // 9A
6262
},
63-
lnwire.ExplicitChannelTypeOptional: {
63+
lnwire.ExplicitChannelTypeRequired: {
6464
SetInit: {}, // I
6565
SetNodeAnn: {}, // N
6666
},

0 commit comments

Comments
 (0)