features: add a new feature bit for recent changes

This commit is contained in:
Olaoluwa Osuntokun 2017-07-30 20:27:50 -07:00
parent 0f2fcf68b2
commit 628c5cd63a
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -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,
},
}) })