Merge branch 'master' of https://github.com/ranchimall/flo-token-tracking
This commit is contained in:
commit
3feb9ecf45
@ -123,7 +123,7 @@ class LatestTransactions(LatestCacheBase):
|
||||
class LatestBlocks(LatestCacheBase):
|
||||
__tablename__ = "latestBlocks"
|
||||
id = Column('id', Integer, primary_key=True)
|
||||
blockNo = Column('blockNo', String)
|
||||
blockNumber = Column('blockNumber', String)
|
||||
blockHash = Column('blockHash', String)
|
||||
jsonData = Column('jsonData', String)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user