connector

This commit is contained in:
4tochka 2019-05-12 22:27:19 +04:00
parent 63f7ceca5d
commit 2378931cc1

View File

@ -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"]: