connector
This commit is contained in:
parent
5a461b911c
commit
c966d53862
@ -627,7 +627,7 @@ class Connector:
|
|||||||
if "addressHash" not in out:
|
if "addressHash" not in out:
|
||||||
address = out["scriptPubKey"]
|
address = out["scriptPubKey"]
|
||||||
else:
|
else:
|
||||||
address = b"%s%s" % (bytes([out["nType"]]), out["addressHash"])
|
address = b"".join((bytes([out["nType"]]), out["addressHash"]))
|
||||||
outpoint = b"".join((tx["txId"], int_to_bytes(i)))
|
outpoint = b"".join((tx["txId"], int_to_bytes(i)))
|
||||||
# self.utxo.set(outpoint, pointer, out["value"], address)
|
# self.utxo.set(outpoint, pointer, out["value"], address)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user