connector
This commit is contained in:
parent
7580193ec6
commit
9439b3d1fd
@ -612,10 +612,9 @@ class Connector:
|
|||||||
|
|
||||||
if self.utxo:
|
if self.utxo:
|
||||||
for i in tx["vOut"]:
|
for i in tx["vOut"]:
|
||||||
# try:
|
if "_s_" in tx["vOut"][i]:
|
||||||
# tx["vOut"][i]["_s_"]
|
self.tt += 1
|
||||||
# self.tt += 1
|
else:
|
||||||
# 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