Re-add hash field in the mysql block query

This commit is contained in:
nymkappa 2022-06-01 10:06:18 +02:00
parent 3b2cea0820
commit a2715db823

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,