mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Fix extended rpc tests broken by 8910b4717e
This commit is contained in:
@@ -87,6 +87,8 @@ class MaxBlocksInFlightTest(BitcoinTestFramework):
|
||||
|
||||
def run_test(self):
|
||||
test = TestManager()
|
||||
# pass log handler through to the test manager object
|
||||
test.log = self.log
|
||||
test.add_new_connection(NodeConn('127.0.0.1', p2p_port(0), self.nodes[0], test))
|
||||
NetworkThread().start() # Start up network handling in another thread
|
||||
test.run()
|
||||
|
||||
Reference in New Issue
Block a user