From f19d649af6c66175c53bbef325c7ffb5e6902486 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Sun, 5 May 2019 20:29:55 +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 7eaa890..e9c87db 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -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()