connector

This commit is contained in:
4tochka 2019-05-09 18:02:11 +04:00
parent 399bdfd9bd
commit 0effe6fa0f

View File

@ -617,7 +617,7 @@ class Connector:
for i in tx["vOut"]: for i in tx["vOut"]:
if "_s_" in tx["vOut"][i]: if "_s_" in tx["vOut"][i]:
self.tt += 1 self.tt += 1
# else:else else:
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