[tests] Use network_thread_start() in tests.
This commit is contained in:
parent
5fc6e71d19
commit
74e64f24b8
22 changed files with 37 additions and 34 deletions
test/functional
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue