mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
We can miss it in both logs, so wait for it instead: ``` 2021-09-22T07:25:59.1582950Z > l3.rpc.addgossip(ann.split()[3]) 2021-09-22T07:25:59.1583911Z E AttributeError: 'NoneType' object has no attribute 'split' ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>