mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
test: call self.generate()
in p2p_net_deadlock.py
This commit is contained in:
parent
74e54b8a12
commit
9b0c506cf0
@ -29,8 +29,7 @@ class NetDeadlockTest(BitcoinTestFramework):
|
||||
thread1.join()
|
||||
|
||||
self.log.info("Check whether a deadlock happened")
|
||||
self.nodes[0].generate(1)
|
||||
self.sync_blocks()
|
||||
self.generate(self.nodes[0], 1)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user