mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 01:54:25 +01:00
We were using an uninitialized `broadcast_index` on the peer which would occasionally result in no forwardings at all, segmenting the network. And during the `msg_queue` refactor, some wait targets were not updated, resulting in the waits never to be woken up.