connector

This commit is contained in:
4tochka 2019-05-06 12:22:17 +04:00
parent 6e02c8ca38
commit ff081c2aa5

View File

@ -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)