connector

This commit is contained in:
4tochka 2019-05-13 18:05:23 +04:00
parent dc88c9f0dc
commit 610e01835b

View File

@ -608,7 +608,7 @@ class Connector:
if missed:
await self.utxo.load_utxo()
[stxo.add(self.utxo.get_loaded(o, block_height)) for o, s in missed]
[stxo.add(self.utxo.get_loaded(o)) for o, s in missed]
if len(stxo) != len(tx["vIn"]) and not self.cache_loading:
self.log.critical("utxo get failed " + rh2s(tx["txId"]))