connector
This commit is contained in:
parent
5f4559c4d2
commit
5a461b911c
@ -628,7 +628,7 @@ class Connector:
|
|||||||
address = out["scriptPubKey"]
|
address = out["scriptPubKey"]
|
||||||
else:
|
else:
|
||||||
address = b"%s%s" % (bytes([out["nType"]]), out["addressHash"])
|
address = b"%s%s" % (bytes([out["nType"]]), out["addressHash"])
|
||||||
# outpoint = b"%s%s" % (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)
|
||||||
|
|
||||||
async def get_stxo(self, tx, block_height, block_index):
|
async def get_stxo(self, tx, block_height, block_index):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user