Upgrade chainqueue

This commit is contained in:
lash
2022-05-03 17:22:59 +00:00
parent 32e1bc6aa5
commit 4f96be2024
2 changed files with 1 additions and 3 deletions

View File

@@ -29,8 +29,6 @@ class MockDispatcher:
def send(self, v):
import sys
sys.stderr.write('susu v {} {}\n'.format(v, self.fails))
if v in self.fails:
raise RPCException('{} is in fails'.format(v))
pass

View File

@@ -1,5 +1,5 @@
chainlib~=0.1.1
chainqueue~=0.1.8
chainqueue~=0.1.9
chainsyncer~=0.4.3
confini~=0.6.0
funga~=0.5.2