From 78f6caf5d2e570fea0e5c05cc440cb7395a99c1d Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 14 Jul 2017 20:08:55 -0700 Subject: [PATCH] features: add temporary feature for encrypted payment errors --- features.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.go b/features.go index c7a0c0b2..408e8cca 100644 --- a/features.go +++ b/features.go @@ -33,4 +33,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{ Name: "htlc-dust-accounting", Flag: lnwire.RequiredFlag, }, + { + Name: "encrypted-errors", + Flag: lnwire.RequiredFlag, + }, })