mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
test: remove redundant two-way disconnect_nodes calls
This commit is contained in:
@ -29,7 +29,6 @@ class TxnMallTest(BitcoinTestFramework):
|
||||
# Start with split network:
|
||||
super().setup_network()
|
||||
disconnect_nodes(self.nodes[1], 2)
|
||||
disconnect_nodes(self.nodes[2], 1)
|
||||
|
||||
def run_test(self):
|
||||
# All nodes should start with 1,250 BTC:
|
||||
|
Reference in New Issue
Block a user