mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +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]
|
online_node = self.nodes[1]
|
||||||
|
|
||||||
# Disconnect offline node from others
|
# 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, 1)
|
||||||
disconnect_nodes(offline_node, 2)
|
|
||||||
|
|
||||||
# Create watchonly on online_node
|
# Create watchonly on online_node
|
||||||
online_node.createwallet(wallet_name='wonline', disable_private_keys=True)
|
online_node.createwallet(wallet_name='wonline', disable_private_keys=True)
|
||||||
|
Reference in New Issue
Block a user