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

View File

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