aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_psbt.py
diff options
context:
space:
mode:
authorDanny Lee <robot-visions@protonmail.com>2020-05-05 13:02:01 -0700
committerElliott Jin <robot-visions@protonmail.com>2020-05-07 10:32:01 -0700
commit34e641a564531853342b03db2d9f0bf52b6e439e (patch)
tree297e574f16e85bb4ca11973de2ba469d7d094050 /test/functional/rpc_psbt.py
parente6e7abd51a9a6027acac7a9964e36357f25e242c (diff)
downloadbitcoin-34e641a564531853342b03db2d9f0bf52b6e439e.tar.xz
test: Remove unnecessary disconnect_nodes call in rpc_psbt.py
Diffstat (limited to 'test/functional/rpc_psbt.py')
-rwxr-xr-xtest/functional/rpc_psbt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py
index e7e678389a..9b07c39606 100755
--- a/test/functional/rpc_psbt.py
+++ b/test/functional/rpc_psbt.py
@@ -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)