aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_psbt.py
diff options
context:
space:
mode:
authorDanny Lee <robot-visions@protonmail.com>2020-05-05 10:46:25 -0700
committerElliott Jin <robot-visions@protonmail.com>2020-05-07 10:32:01 -0700
commite6e7abd51a9a6027acac7a9964e36357f25e242c (patch)
tree3378d7da8e165a799410a8451941c24303568870 /test/functional/rpc_psbt.py
parenta9bd1f9adf869a95f70b3a40615a2f8e8e52db1d (diff)
downloadbitcoin-e6e7abd51a9a6027acac7a9964e36357f25e242c.tar.xz
test: remove redundant two-way disconnect_nodes calls
Diffstat (limited to 'test/functional/rpc_psbt.py')
-rwxr-xr-xtest/functional/rpc_psbt.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py
index 51d136d26a..e7e678389a 100755
--- a/test/functional/rpc_psbt.py
+++ b/test/functional/rpc_psbt.py
@@ -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)