connector

This commit is contained in:
4tochka 2019-05-05 20:29:55 +04:00
parent 37ba050bbf
commit f19d649af6

View File

@ -629,7 +629,7 @@ class Connector:
else:
address = b"%s%s" % (bytes([out["nType"]]), out["addressHash"])
outpoint = b"%s%s" % (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):
stxo, missed = set(), set()