From 00448fb4eedbdace546e80ea2442b306c475c88e Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sat, 17 Jun 2017 01:03:57 +0200 Subject: [PATCH] features: add temp feature bit for recent onion payload changes --- features.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.go b/features.go index 29cafb85..0adf993c 100644 --- a/features.go +++ b/features.go @@ -25,4 +25,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{ Name: "shutdown-close-flow", Flag: lnwire.RequiredFlag, }, + { + Name: "sphinx-payload", + Flag: lnwire.RequiredFlag, + }, })