connector
This commit is contained in:
parent
0110a90ae8
commit
dd93756767
@ -269,6 +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)
|
||||||
|
self.log.critical(str(r))
|
||||||
blocks[x]["rawTx"][y]["vOut"][i]["_s_"] = r
|
blocks[x]["rawTx"][y]["vOut"][i]["_s_"] = r
|
||||||
except: pass
|
except: pass
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user