mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 13:22:40 +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",
|
Name: "sphinx-payload",
|
||||||
Flag: lnwire.RequiredFlag,
|
Flag: lnwire.RequiredFlag,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "htlc-dust-accounting",
|
||||||
|
Flag: lnwire.RequiredFlag,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user