From 006c048ea872983085e7d5532e62fe19405de0e7 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Sun, 5 May 2019 21:21:56 +0400 Subject: [PATCH] connector --- pybtc/connector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybtc/connector.py b/pybtc/connector.py index 91bb72c..c85c956 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -629,7 +629,7 @@ class Connector: else: address = b"".join((bytes([out["nType"]]), out["addressHash"])) 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): stxo, missed = set(), set()