features: add temporary feature for proper HTLC dust accounting
This commit is contained in:
parent
7fbb1e5a37
commit
906771ba16
@ -29,4 +29,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
||||
Name: "sphinx-payload",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
{
|
||||
Name: "htlc-dust-accounting",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user