Merge pull request #3212 from mempool/nymkappa/bugfix/initial-pool-download

Fix initial pool update when db is empty
This commit is contained in:
softsimon
2023-03-05 15:44:14 +09:00
committed by GitHub
2 changed files with 11 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ class DiskCache {
}
wipeCache() {
logger.notice(`Wipping nodejs backend cache/cache*.json files`);
logger.notice(`Wiping nodejs backend cache/cache*.json files`);
try {
fs.unlinkSync(DiskCache.FILE_NAME);
} catch (e: any) {