Merge pull request #10141 from ziggie1984/fix-stuck-payment

fix stuck payment
This commit is contained in:
Yong
2025-08-11 19:44:12 +08:00
committed by GitHub
3 changed files with 25 additions and 25 deletions

View File

@@ -42,6 +42,10 @@
situations where the sending amount would violate the channel policy
restriction (min,max HTLC).
- [Fixed](https://github.com/lightningnetwork/lnd/pull/10141) a case where we
would not resolve all outstanding payment attempts after the overall payment
lifecycle was canceled due to a timeout.
# New Features
## Functional Enhancements