Reinstate next tx index in sync state for filter execution
This commit is contained in:
parent
4af735e5d3
commit
5df6656981
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,13 @@
|
||||
* 0.4.4
|
||||
- Reinstate tx index bump in sync state on filter execution complete
|
||||
* 0.4.3
|
||||
- Refactor lock code, move into module from runnable script
|
||||
* 0.4.2
|
||||
- Same as 0.4.1
|
||||
* 0.4.1
|
||||
- Correct runnable entry in setup
|
||||
* 0.4.0
|
||||
- Refactor on shep
|
||||
* 0.3.7
|
||||
- Remove hard eth dependency in settings rendering
|
||||
- Add unlock cli tool
|
||||
|
@ -41,5 +41,5 @@ class SyncSession:
|
||||
if not self.item.release(interrupt=interrupt):
|
||||
break
|
||||
self.item.reset()
|
||||
#self.next()
|
||||
self.next()
|
||||
self.session_store.disconnect()
|
||||
|
Loading…
Reference in New Issue
Block a user