connector
This commit is contained in:
parent
63f7ceca5d
commit
2378931cc1
@ -248,7 +248,7 @@ class Worker:
|
||||
r = self.coins.delete(outpoint)
|
||||
block["rawTx"][z]["vIn"][i]["_c_"] = r[1]
|
||||
t += 1
|
||||
self.destroyed_coins[r[0]] = True
|
||||
self.destroyed_coins[r[1][0]] = True
|
||||
except:
|
||||
pass
|
||||
for i in block["rawTx"][z]["vOut"]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user