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
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

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