diff --git a/features.go b/features.go index 5d0c27fe..e750d0ce 100644 --- a/features.go +++ b/features.go @@ -10,4 +10,5 @@ var globalFeatures = lnwire.NewFeatureVector([]lnwire.Feature{}) // only affect the protocol between these two nodes. var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{ {Name: "lcp-stop-and-wait", Flag: lnwire.RequiredFlag}, + {Name: "48-bit-state-hint", Flag: lnwire.RequiredFlag}, })