Files
palladum-lightning/tests
Rusty Russell e76a7a971e pytest: fix flake in test_anchorspend_using_to_remote
Make sure all nodes see all channels:

```
2025-05-09T06:07:42.6214730Z >       route = l1.rpc.getroute(l3.info['id'], amt, 1)['route']
2025-05-09T06:07:42.6215091Z 
2025-05-09T06:07:42.6215239Z tests/test_closing.py:4199: 
...
2025-05-09T06:07:42.6241237Z E           pyln.client.lightning.RpcError: RPC call failed: method: getroute, payload: {'id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d', 'amount_msat': 100000000, 'riskfactor': 1, 'cltv': 9}, error: {'code': -32602, 'message': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d: unknown destination node_id (no public channels?)'}
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-05-11 11:25:40 +09:30
..
2025-05-02 13:34:21 -07:00