Show all difficulty adjustment in a table - Need pagination

This commit is contained in:
nymkappa
2022-02-16 22:56:06 +09:00
parent 09f8490601
commit 17459c2fdb
4 changed files with 41 additions and 6 deletions

View File

@@ -232,7 +232,7 @@ class BlocksRepository {
const connection = await DB.pool.getConnection();
let query = `SELECT MIN(blockTimestamp) as timestamp, difficulty
let query = `SELECT MIN(blockTimestamp) as timestamp, difficulty, height
FROM blocks`;
if (interval) {