features: add a new feature bit for recent changes
This commit is contained in:
parent
0f2fcf68b2
commit
628c5cd63a
@ -37,4 +37,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
|||||||
Name: "encrypted-errors",
|
Name: "encrypted-errors",
|
||||||
Flag: lnwire.RequiredFlag,
|
Flag: lnwire.RequiredFlag,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "new-funding-and-commitment",
|
||||||
|
Flag: lnwire.RequiredFlag,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user