mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Wipe the disk cache since we have a new block structure
This commit is contained in:
parent
01d699e454
commit
76ae9d4ccb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { TransactionExtended } from '../mempool.interfaces';
|
|||
import { Common } from './common';
|
||||
|
||||
class DiskCache {
|
||||
private cacheSchemaVersion = 2;
|
||||
private cacheSchemaVersion = 3;
|
||||
|
||||
private static FILE_NAME = config.MEMPOOL.CACHE_DIR + '/cache.json';
|
||||
private static FILE_NAMES = config.MEMPOOL.CACHE_DIR + '/cache{number}.json';
|
||||
|
|
Loading…
Add table
Reference in a new issue