mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
> assert [c['active'] for c in l2.rpc.getchannels()['channels']] == [True, True] E AssertionError: assert [False, True] == [True, True] E At index 0 diff: False != True E Full diff: E - [False, True] E + [True, True] Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>