features: add temporary feature for proper HTLC dust accounting

This commit is contained in:
Olaoluwa Osuntokun 2017-07-06 18:30:06 -07:00
parent 7fbb1e5a37
commit 906771ba16
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -29,4 +29,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
Name: "sphinx-payload",
Flag: lnwire.RequiredFlag,
},
{
Name: "htlc-dust-accounting",
Flag: lnwire.RequiredFlag,
},
})