From 5f4559c4d2c220cfcd20fe472ee1bc955d49a177 Mon Sep 17 00:00:00 2001 From: 4tochka Date: Sun, 5 May 2019 20:36:29 +0400 Subject: [PATCH] connector --- pybtc/connector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybtc/connector.py b/pybtc/connector.py index e9c87db..ce1e925 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -628,8 +628,8 @@ class Connector: address = out["scriptPubKey"] 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) + # outpoint = b"%s%s" % (tx["txId"], int_to_bytes(i)) + # self.utxo.set(outpoint, pointer, out["value"], address) async def get_stxo(self, tx, block_height, block_index): stxo, missed = set(), set()