Revert "Don't wipe mempool cache in pools updater"

This reverts commit 714208a366.
This commit is contained in:
softsimon
2023-05-25 19:06:45 +04:00
parent 714208a366
commit 349ba613dd
2 changed files with 3 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ class PoolsParser {
public async migratePoolsJson(): Promise<void> {
// We also need to wipe the backend cache to make sure we don't serve blocks with
// the wrong mining pool (usually happen with unknown blocks)
diskCache.setIgnoreBlocksCache();
diskCache.wipeCache();
await this.$insertUnknownPool();