connector
This commit is contained in:
parent
dc88c9f0dc
commit
610e01835b
@ -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"]))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user