mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
test: Remove unnecessary disconnect_nodes call in rpc_psbt.py
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user