connector

This commit is contained in:
4tochka 2019-05-16 16:22:31 +03:00
parent 0110a90ae8
commit dd93756767

View File

@ -269,6 +269,7 @@ class Worker:
try:
pointer = (x << 42) + (y << 21) + i
r = self.destroyed_coins.delete(pointer)
self.log.critical(str(r))
blocks[x]["rawTx"][y]["vOut"][i]["_s_"] = r
except: pass