mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 14:27:10 +02:00
features: add temporary feature for proper HTLC dust accounting
This commit is contained in:
@@ -29,4 +29,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
||||
Name: "sphinx-payload",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
{
|
||||
Name: "htlc-dust-accounting",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user