connector
This commit is contained in:
parent
330a08e8a9
commit
4c5668595a
@ -653,7 +653,7 @@ class Connector:
|
|||||||
batch.append(["getblock", r["result"], 0])
|
batch.append(["getblock", r["result"], 0])
|
||||||
h.append(lh)
|
h.append(lh)
|
||||||
except:
|
except:
|
||||||
pass
|
self.log.critical(str(traceback.format_exc()))
|
||||||
self.log.critical(str(( len(batch), )))
|
self.log.critical(str(( len(batch), )))
|
||||||
if not batch:
|
if not batch:
|
||||||
self.log.critical(str((h_list, result)))
|
self.log.critical(str((h_list, result)))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user