Loop runs!

This commit is contained in:
nolash
2021-02-03 21:10:08 +01:00
parent 66c0fd0b51
commit c0e4ab5c2c
5 changed files with 15 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ class BlockchainSync(SessionBase):
:param block_target: Block number to sync until, inclusive
:type block_target: number
"""
__tablename__ = 'blockchain_sync'
__tablename__ = 'chain_sync'
blockchain = Column(String)
block_start = Column(Integer)