mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +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()
|
thread1.join()
|
||||||
|
|
||||||
self.log.info("Check whether a deadlock happened")
|
self.log.info("Check whether a deadlock happened")
|
||||||
self.nodes[0].generate(1)
|
self.generate(self.nodes[0], 1)
|
||||||
self.sync_blocks()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user