connector
This commit is contained in:
parent
23a1665c29
commit
6a76dcb9c3
@ -248,7 +248,7 @@ class Worker:
|
|||||||
for i in blocks[x]["rawTx"][y]["vOut"]:
|
for i in blocks[x]["rawTx"][y]["vOut"]:
|
||||||
try:
|
try:
|
||||||
pointer = (x << 42) + (y << 21) + i
|
pointer = (x << 42) + (y << 21) + i
|
||||||
blocks[x]["rawTx"][y]["vOut"]["__spent__"] = self.destroyed_coins[pointer]
|
blocks[x]["rawTx"][y]["vOut"][i]["__spent__"] = self.destroyed_coins[pointer]
|
||||||
except: pass
|
except: pass
|
||||||
blocks[x] = pickle.dumps(blocks[x])
|
blocks[x] = pickle.dumps(blocks[x])
|
||||||
# self.log.critical(str(len(blocks)))
|
# self.log.critical(str(len(blocks)))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user