features: add new temporary feature bit to guard new chan close flow

This commit is contained in:
Olaoluwa Osuntokun 2017-05-23 15:28:05 -07:00
parent 311495e6d0
commit f9b0626f8a
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -21,4 +21,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
Name: "dynamic-fees",
Flag: lnwire.RequiredFlag,
},
{
Name: "shutdown-close-flow",
Flag: lnwire.RequiredFlag,
},
})