mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 18:57:06 +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> |
||
---|---|---|
.. | ||
benchmark.py | ||
requirements.txt | ||
test_lightningd.py | ||
utils.py |