connector

This commit is contained in:
4tochka 2019-06-03 21:25:08 +04:00
parent f74327dae5
commit 3fa666b7ef

View File

@ -343,6 +343,7 @@ class Connector:
h = await self.rpc.getblockhash(self.last_block_height + 1)
block = await self._get_block_by_hash(h)
block["checkpoint"] = h
block["height"] = h
self.loop.create_task(self._new_block(block))
except Exception as err: