Don't wipe mempool cache in pools updater

This commit is contained in:
softsimon
2023-05-25 19:05:29 +04:00
parent 349ba613dd
commit aeb896e200
2 changed files with 10 additions and 3 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.wipeCache();
diskCache.setIgnoreBlocksCache();
await this.$insertUnknownPool();