mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
df-tests: test_reconnect_receiver_add
This commit is contained in:
parent
96c42262ab
commit
d9c68a708a
@ -632,6 +632,10 @@ def test_reconnect_receiver_add(node_factory):
|
||||
'-WIRE_REVOKE_AND_ACK',
|
||||
'@WIRE_REVOKE_AND_ACK',
|
||||
'+WIRE_REVOKE_AND_ACK']
|
||||
|
||||
if EXPERIMENTAL_DUAL_FUND:
|
||||
disconnects = ['=WIRE_COMMITMENT_SIGNED'] + disconnects
|
||||
|
||||
# Feerates identical so we don't get gratuitous commit to update them
|
||||
l1 = node_factory.get_node(may_reconnect=True, feerates=(7500, 7500, 7500, 7500))
|
||||
l2 = node_factory.get_node(disconnect=disconnects,
|
||||
|
Loading…
Reference in New Issue
Block a user