features: add temp feature bit for recent onion payload changes

This commit is contained in:
Olaoluwa Osuntokun
2017-06-17 01:03:57 +02:00
parent 4b0e331c62
commit 00448fb4ee

View File

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