mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
2a18263336
In this commit, we fix a detected flake: we go to make a payment, and then want to assert that 2 attempts we required. The existing logic assumes that the success and the payment will still be on disk. With a recent PR, we now delete failed payments by default, but after the fact, in a non-atomic fashion. We fix this issue simply by having all the nodes keep around failed payments for the sake of all the old itests that assumed this information would always be on disk. Introduced in: https://github.com/lightningnetwork/lnd/pull/6438. Fixes https://github.com/lightningnetwork/lnd/issues/6711. |
||
---|---|---|
.. | ||
release-notes-0.13.1.md | ||
release-notes-0.13.2.md | ||
release-notes-0.13.3.md | ||
release-notes-0.14.0.md | ||
release-notes-0.14.1.md | ||
release-notes-0.14.2.md | ||
release-notes-0.14.3.md | ||
release-notes-0.15.0.md | ||
release-notes-0.15.1.md | ||
release-notes-0.16.0.md |