test: Remove unnecessary disconnect_nodes call in rpc_psbt.py

pull/18890/head
Danny Lee 5 years ago committed by Elliott Jin
parent e6e7abd51a
commit 34e641a564

@ -43,8 +43,8 @@ class PSBTTest(BitcoinTestFramework):
online_node = self.nodes[1]
# Disconnect offline node from others
# Topology of test network is linear, so this one call is enough
disconnect_nodes(offline_node, 1)
disconnect_nodes(offline_node, 2)
# Create watchonly on online_node
online_node.createwallet(wallet_name='wonline', disable_private_keys=True)

Loading…
Cancel
Save