connector

This commit is contained in:
4tochka 2019-05-04 23:30:35 +04:00
parent a00d4aec22
commit 5b13299415

View File

@ -407,7 +407,7 @@ class Connector:
self.log.info(
"cache first %s; "
"cache last %s;" % (
next(self.block_preload._store),
next(iter(self.block_preload._store)),
next(reversed(self.block_preload._store))))
self.log.info("saved utxo block %s; "