File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -653,13 +653,12 @@ def test_disconnect_half_signed_v2(node_factory):
653653@pytest .mark .openchannel ('v2' )
654654def test_reconnect_signed (node_factory ):
655655 # This will fail *after* both sides consider channel opening.
656- disconnects = ['+ WIRE_FUNDING_SIGNED' ]
656+ disconnects = ['< WIRE_FUNDING_SIGNED' ]
657657 if EXPERIMENTAL_DUAL_FUND :
658- disconnects = ['+ WIRE_COMMITMENT_SIGNED' ]
658+ disconnects = ['< WIRE_COMMITMENT_SIGNED' ]
659659
660- l1 = node_factory .get_node (may_reconnect = True )
661- l2 = node_factory .get_node (disconnect = disconnects ,
662- may_reconnect = True )
660+ l1 = node_factory .get_node (may_reconnect = True , disconnect = disconnects )
661+ l2 = node_factory .get_node (may_reconnect = True )
663662
664663 l1 .fundwallet (2000000 )
665664
You can’t perform that action at this time.
0 commit comments