Upgrade deps, to avoid shep sync on persist set

This commit is contained in:
lash 2022-05-05 17:08:09 +00:00
parent d472bd4f7c
commit e264ed5c37
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 3 deletions

View File

@ -76,7 +76,6 @@ class StateFilter(SyncFilter):
break
except NotLocalTxError:
logg.debug('skipping not local transaction {}'.format(tx.hash))
self.__stop_adapter()
return False
except BackendError as e:
logg.error('adapter get failed: {}, one more try'.format(e))

View File

@ -1,6 +1,6 @@
chainlib~=0.1.2
chainqueue~=0.1.14
chainsyncer~=0.4.6
chainqueue~=0.1.15
chainsyncer~=0.4.7
confini~=0.6.0
funga~=0.5.2
pyxdg~=0.26