docs: update release notes re stuck payment fix

This commit is contained in:
yyforyongyu
2023-11-16 20:58:32 +08:00
committed by yyforyongyu
parent c2f7e6a66f
commit e8f292edf4

View File

@@ -48,6 +48,15 @@
bumping an anchor channel closing was not possible when no HTLCs were on the bumping an anchor channel closing was not possible when no HTLCs were on the
commitment when the channel was force closed. commitment when the channel was force closed.
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8174) old payments that
are stuck inflight. Though the root cause is unknown, it's possible the
network result for a given HTLC attempt was not saved, which is now fixed.
Check
[here](https://github.com/lightningnetwork/lnd/pull/8174#issue-1992055103)
for the details about the analysis, and
[here](https://github.com/lightningnetwork/lnd/issues/8146) for a summary of
the issue.
# New Features # New Features
## Functional Enhancements ## Functional Enhancements
## RPC Additions ## RPC Additions