Re-add hash field in the mysql block query

This commit is contained in:
nymkappa
2022-06-01 10:06:18 +02:00
parent e629173304
commit d860344be4

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,