ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.23k stars 267 forks source link

Use local dust limit in local commit fee computation #2765

Closed t-bast closed 10 months ago

t-bast commented 11 months ago

Whenever we use the local commit, we must use the local dust limit to trim HTLCs. Similarly, whenever we use the remote commit, we must use the remote dust limit.