test: remove redundant two-way disconnect_nodes calls

This commit is contained in:
Danny Lee
2020-05-05 10:46:25 -07:00
committed by Elliott Jin
parent a9bd1f9adf
commit e6e7abd51a
5 changed files with 0 additions and 8 deletions

View File

@ -44,9 +44,7 @@ class PSBTTest(BitcoinTestFramework):
# Disconnect offline node from others
disconnect_nodes(offline_node, 1)
disconnect_nodes(online_node, 0)
disconnect_nodes(offline_node, 2)
disconnect_nodes(mining_node, 0)
# Create watchonly on online_node
online_node.createwallet(wallet_name='wonline', disable_private_keys=True)