mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
``` > assert [c['active'] for c in l2.rpc.listchannels()['channels']] == [True, True] E AssertionError: assert [True, False] == [True, True] E At index 1 diff: False != True E Full diff: E - [True, False] E + [True, True] ``` We don't actually wait that l2's gossipd has also processed the message. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>