Show "indexing in progress" in fee/reward charts during block indexing

This commit is contained in:
nymkappa
2022-07-12 08:50:07 +02:00
parent 53bb16465e
commit bfda414aae
3 changed files with 36 additions and 9 deletions

View File

@@ -288,7 +288,6 @@ class BlocksRepository {
LIMIT 10`;
try {
console.log(query, params);
const [rows] = await DB.query(query, params);
const blocks: BlockExtended[] = [];