diff --git a/features.go b/features.go index 0adf993c..c7a0c0b2 100644 --- a/features.go +++ b/features.go @@ -29,4 +29,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{ Name: "sphinx-payload", Flag: lnwire.RequiredFlag, }, + { + Name: "htlc-dust-accounting", + Flag: lnwire.RequiredFlag, + }, })