mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
When doing the updates on the plugin repo, I discovered that this helper function got broken by the `listpeerchannels` upgrade. Its rarely used in the main repo, just at the end of the pyln-testing 'pay' helper. If unfixed, this bug may result in test flakes when using the `pay` helper, because its not correctly waiting for all HTLCs to be resolved before returning. Changelog-None