features: add temporary feature for encrypted payment errors

This commit is contained in:
Olaoluwa Osuntokun 2017-07-14 20:08:55 -07:00
parent a04fa76a4c
commit 78f6caf5d2
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 4 additions and 0 deletions

View File

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