connector

This commit is contained in:
4tochka 2019-05-07 21:59:57 +04:00
parent 167f2d7576
commit dbd689376f

View File

@ -594,8 +594,8 @@ class Connector:
if self.tx_handler and not self.cache_loading:
await self.tx_handler(tx, stxo, block_time, block_height, block_index)
if self.utxo:
self.put_utxo(tx, block_height, block_index)
# if self.utxo:
# self.put_utxo(tx, block_height, block_index)
self.tx_cache.set(tx["txId"], True)
try: