connector
This commit is contained in:
parent
13c8f095fd
commit
6347e857a8
@ -173,7 +173,7 @@ class Connector:
|
|||||||
if lb is None:
|
if lb is None:
|
||||||
lb = 0
|
lb = 0
|
||||||
self.db.put(b"last_block", int_to_bytes(0))
|
self.db.put(b"last_block", int_to_bytes(0))
|
||||||
self.db.puts(b"last_cached_block", int_to_bytes(0))
|
self.db.put(b"last_cached_block", int_to_bytes(0))
|
||||||
else:
|
else:
|
||||||
lb = bytes_to_int(lb)
|
lb = bytes_to_int(lb)
|
||||||
lc = bytes_to_int(self.db.get(b"last_cached_block"))
|
lc = bytes_to_int(self.db.get(b"last_cached_block"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user