fix log
This commit is contained in:
parent
107bdbc209
commit
e7e7b30807
@ -1039,7 +1039,7 @@ class DatabaseMigration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async $blocksReindexingTruncate(): Promise<void> {
|
public async $blocksReindexingTruncate(): Promise<void> {
|
||||||
logger.warn(`Truncating pools, blocks and hashrates for re-indexing (using '--reindex-blocks'). You can cancel this command within 5 seconds`);
|
logger.warn(`Truncating pools, blocks, hashrates and difficulty_adjustments tables for re-indexing (using '--reindex-blocks'). You can cancel this command within 5 seconds`);
|
||||||
await Common.sleep$(5000);
|
await Common.sleep$(5000);
|
||||||
|
|
||||||
await this.$executeQuery(`TRUNCATE blocks`);
|
await this.$executeQuery(`TRUNCATE blocks`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user