connector
This commit is contained in:
parent
a00d4aec22
commit
5b13299415
@ -407,7 +407,7 @@ class Connector:
|
|||||||
self.log.info(
|
self.log.info(
|
||||||
"cache first %s; "
|
"cache first %s; "
|
||||||
"cache last %s;" % (
|
"cache last %s;" % (
|
||||||
next(self.block_preload._store),
|
next(iter(self.block_preload._store)),
|
||||||
next(reversed(self.block_preload._store))))
|
next(reversed(self.block_preload._store))))
|
||||||
|
|
||||||
self.log.info("saved utxo block %s; "
|
self.log.info("saved utxo block %s; "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user