mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
features: add temporary feature for proper HTLC dust accounting
This commit is contained in:
parent
7fbb1e5a37
commit
906771ba16
1 changed files with 4 additions and 0 deletions
|
@ -29,4 +29,8 @@ var localFeatures = lnwire.NewFeatureVector([]lnwire.Feature{
|
|||
Name: "sphinx-payload",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
{
|
||||
Name: "htlc-dust-accounting",
|
||||
Flag: lnwire.RequiredFlag,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue