We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e7abd commit 34e641aCopy full SHA for 34e641a
test/functional/rpc_psbt.py
@@ -43,8 +43,8 @@ def test_utxo_conversion(self):
43
online_node = self.nodes[1]
44
45
# Disconnect offline node from others
46
+ # Topology of test network is linear, so this one call is enough
47
disconnect_nodes(offline_node, 1)
- disconnect_nodes(offline_node, 2)
48
49
# Create watchonly on online_node
50
online_node.createwallet(wallet_name='wonline', disable_private_keys=True)
0 commit comments