complete test for sync resume

This commit is contained in:
lash
2022-03-29 12:56:15 +00:00
parent 7078adaf7e
commit 18f9b9bd1f
2 changed files with 8 additions and 4 deletions

View File

@@ -118,7 +118,8 @@ class SyncDriver:
time.sleep(self.yield_delay)
if self.post_callback != None:
self.post_callback()
logg.debug('fooo')
if self.store.target > -1 and block.number >= self.store.target:
self.running = False