mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
df-tests: test_reconnect_receiver_add
This commit is contained in:
committed by
Christian Decker
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,
|
||||
|
||||
Reference in New Issue
Block a user