We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f7e6a commit e8f292eCopy full SHA for e8f292e
docs/release-notes/release-notes-0.18.3.md
@@ -48,6 +48,15 @@
48
bumping an anchor channel closing was not possible when no HTLCs were on the
49
commitment when the channel was force closed.
50
51
+* [Fixed](https://github.com/lightningnetwork/lnd/pull/8174) old payments that
52
+ are stuck inflight. Though the root cause is unknown, it's possible the
53
+ network result for a given HTLC attempt was not saved, which is now fixed.
54
+ Check
55
+ [here](https://github.com/lightningnetwork/lnd/pull/8174#issue-1992055103)
56
+ for the details about the analysis, and
57
+ [here](https://github.com/lightningnetwork/lnd/issues/8146) for a summary of
58
+ the issue.
59
+
60
# New Features
61
## Functional Enhancements
62
## RPC Additions
0 commit comments