Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
itest: fix flake in multi-hop payments
To make this itest work reliably with multiple parallel SQL transactions, we need to count both the settle and final HTLC events. Otherwise, sometimes the final events from earlier forwards are counted before the forward events from later forwards, causing a miscount of the settle events. If we expect both the settle and final event for each forward, we don't miscount.
- Loading branch information