mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 11:40:42 +02:00
test: Remove unnecessary disconnect_nodes call in rpc_psbt.py
This commit is contained in:
parent
e6e7abd51a
commit
34e641a564
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user