mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-19 19:29:45 +02:00
[tests] Use network_thread_start() in tests.
This commit is contained in:
@@ -28,7 +28,7 @@ class InvalidTxRequestTest(ComparisonTestFramework):
|
||||
test.add_all_connections(self.nodes)
|
||||
self.tip = None
|
||||
self.block_time = None
|
||||
NetworkThread().start() # Start up network handling in another thread
|
||||
network_thread_start()
|
||||
test.run()
|
||||
|
||||
def get_tests(self):
|
||||
|
||||
Reference in New Issue
Block a user