features: purge all prior temporary feature bits

This commit removes all the prior temporary feature bits which were
only added in order to allow clients to gracefully continue functioning
in the midst of all the breaking changes that were landing in the
master branch of the project.
This commit is contained in:
Olaoluwa Osuntokun 2017-04-04 14:14:36 +02:00
parent 0f4b9d9763
commit 4311df3170
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 5 deletions

View File

@ -8,8 +8,4 @@ var globalFeatures = lnwire.NewFeatureVector([]lnwire.Feature{})
// localFeatures is an feature vector which represent the features which
// only affect the protocol between these two nodes.
var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
{Name: "lcp-stop-and-wait", Flag: lnwire.RequiredFlag},
{Name: "48-bit-state-hint", Flag: lnwire.RequiredFlag},
{Name: "shachain", Flag: lnwire.RequiredFlag},
})
var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{})