This commit is contained in:
Vivek Teega 2019-08-31 04:09:24 +00:00
commit 3feb9ecf45

View File

@ -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)