connector

This commit is contained in:
4tochka 2019-05-09 01:13:52 +04:00
parent 6a76dcb9c3
commit f40d1610ab

View File

@ -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