connector

This commit is contained in:
4tochka 2019-05-24 15:05:24 +04:00
parent 95d9d42808
commit 0f892f37e0

View File

@ -538,7 +538,7 @@ class Connector:
out = tx["vOut"][i]
if self.skip_opreturn and out["nType"] in (3, 8):
continue
pointer = (block["height"] << 42) + (block["height"] << 21) + i
pointer = (block["height"] << 42) + (q << 21) + i
try:
address = b"".join((bytes([out["nType"]]), out["scriptPubKey"]))
except: