Skip to content

Commit 34e641a

Browse files
committed
test: Remove unnecessary disconnect_nodes call in rpc_psbt.py
1 parent e6e7abd commit 34e641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/rpc_psbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def test_utxo_conversion(self):
4343
online_node = self.nodes[1]
4444

4545
# Disconnect offline node from others
46+
# Topology of test network is linear, so this one call is enough
4647
disconnect_nodes(offline_node, 1)
47-
disconnect_nodes(offline_node, 2)
4848

4949
# Create watchonly on online_node
5050
online_node.createwallet(wallet_name='wonline', disable_private_keys=True)

0 commit comments

Comments
 (0)