Files
palladum-lightning/tests
Rusty Russell c6566cd6fd pytest: fix flake in test_zeroconf_forget
```
2025-05-12T04:37:57.4824338Z         else:
2025-05-12T04:37:57.4824626Z             # It will forget the older one.
2025-05-12T04:37:57.4825508Z >           l2.daemon.wait_for_log(r"UNUSUAL {}-chan#1: Forgetting channel: It has been {} blocks without the funding transaction ".format(l1.info['id'], blocks + 1))
```

This fails because l3 can still transmit, so the second channel can confirm in time.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-05-14 12:19:10 +09:30
..
2025-05-02 13:34:21 -07:00
2025-05-13 13:19:03 +09:30