features: add temporary feature for encrypted payment errors
This commit is contained in:
parent
a04fa76a4c
commit
78f6caf5d2
@ -33,4 +33,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
||||
Name: "htlc-dust-accounting",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
{
|
||||
Name: "encrypted-errors",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user