connector

This commit is contained in:
4tochka 2019-05-16 09:05:13 +04:00
parent c351166620
commit b451a7c7d0

View File

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