Merge pull request #1769 from mempool/nymkappa/bugfix/divergence-fix

Re-add hash field in the mysql block query
This commit is contained in:
wiz
2022-06-01 17:20:38 +09:00
committed by GitHub

View File

@@ -307,6 +307,7 @@ class BlocksRepository {
try {
const [rows]: any[] = await DB.query(`SELECT
height,
hash,
hash as id,
UNIX_TIMESTAMP(blocks.blockTimestamp) as blockTimestamp,
size,