connector
This commit is contained in:
parent
dd93756767
commit
7668bf3e83
@ -250,7 +250,7 @@ class Worker:
|
|||||||
t += 1
|
t += 1
|
||||||
self.destroyed_coins[r[0]] = True
|
self.destroyed_coins[r[0]] = True
|
||||||
except:
|
except:
|
||||||
pass
|
self.log.critical(str(traceback.format_exc()))
|
||||||
for i in block["rawTx"][z]["vOut"]:
|
for i in block["rawTx"][z]["vOut"]:
|
||||||
o = b"".join((block["rawTx"][z]["txId"], int_to_bytes(i)))
|
o = b"".join((block["rawTx"][z]["txId"], int_to_bytes(i)))
|
||||||
pointer = (x << 42) + (z << 21) + i
|
pointer = (x << 42) + (z << 21) + i
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user