connector
This commit is contained in:
parent
a9866a841f
commit
14edc4e8d8
@ -625,6 +625,9 @@ class Connector:
|
|||||||
tx["vIn"][i]["coin"] = inp["_a_"]
|
tx["vIn"][i]["coin"] = inp["_a_"]
|
||||||
c += 1
|
c += 1
|
||||||
self.aa += 1
|
self.aa += 1
|
||||||
|
try:
|
||||||
|
self.utxo.get(outpoint)
|
||||||
|
except:
|
||||||
self.utxo.deleted.add(outpoint)
|
self.utxo.deleted.add(outpoint)
|
||||||
except:
|
except:
|
||||||
r = self.utxo.get(outpoint)
|
r = self.utxo.get(outpoint)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user