From ff081c2aa56e1625398a72387ee6da87e6fa514e Mon Sep 17 00:00:00 2001 From: 4tochka Date: Mon, 6 May 2019 12:22:17 +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 b8bbef1..db112d1 100644 --- a/pybtc/connector.py +++ b/pybtc/connector.py @@ -592,8 +592,8 @@ class Connector: if not tx["coinbase"]: if block_height is not None: await self.wait_block_dependences(tx) - if self.utxo: - stxo = await self.get_stxo(tx, block_height, block_index) + # if self.utxo: + # stxo = await self.get_stxo(tx, block_height, block_index) if self.tx_handler and not self.cache_loading: await self.tx_handler(tx, stxo, block_time, block_height, block_index)