connector
This commit is contained in:
parent
6a76dcb9c3
commit
f40d1610ab
@ -614,6 +614,9 @@ class Connector:
|
|||||||
|
|
||||||
if self.utxo:
|
if self.utxo:
|
||||||
for i in tx["vOut"]:
|
for i in tx["vOut"]:
|
||||||
|
try:
|
||||||
|
tx["vOut"][i]["__spent__"]
|
||||||
|
except:
|
||||||
out = tx["vOut"][i]
|
out = tx["vOut"][i]
|
||||||
# if self.skip_opreturn and out["nType"] in (3, 8):
|
# if self.skip_opreturn and out["nType"] in (3, 8):
|
||||||
# continue
|
# continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user