mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
Merge pull request #9068 from ziggie1984/cancel-back-dust-htlc
Cancel back outgoing dust htlcs before commitment is confirmed.
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
* [Fix a bug](https://github.com/lightningnetwork/lnd/pull/9137) that prevented
|
||||
a graceful shutdown of LND during the main chain backend sync check in certain
|
||||
cases.
|
||||
|
||||
* [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/9068) where dust
|
||||
htlcs although not being able to be resolved onchain were not canceled
|
||||
back before the commitment tx was confirmed causing potentially force closes
|
||||
of the incoming channel.
|
||||
|
||||
# New Features
|
||||
## Functional Enhancements
|
||||
|
Reference in New Issue
Block a user