Show "indexing in progress" in fee/reward charts during block indexing
This commit is contained in:
@@ -288,7 +288,6 @@ class BlocksRepository {
|
||||
LIMIT 10`;
|
||||
|
||||
try {
|
||||
console.log(query, params);
|
||||
const [rows] = await DB.query(query, params);
|
||||
|
||||
const blocks: BlockExtended[] = [];
|
||||
|
||||
Reference in New Issue
Block a user