feature: add feature sets for the wumbo channel feature bit

This commit is contained in:
Olaoluwa Osuntokun
2020-07-01 21:03:12 -07:00
parent 1b8fd008c4
commit 73cdb6a50f
2 changed files with 12 additions and 1 deletions

View File

@@ -47,4 +47,8 @@ var defaultSetDesc = setDesc{
SetInit: {}, // I
SetNodeAnn: {}, // N
},
lnwire.WumboChannelsOptional: {
SetInit: {}, // I
SetNodeAnn: {}, // N
},
}