Browse Source
``` > 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>ppa-0.6.1
Rusty Russell
7 years ago
committed by
Christian Decker
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue