Skip to content
Snippets Groups Projects
Commit 672b9ad3 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] wotwizard: remove also the "_0" file during a `reset data`

parent 8cbeb23b
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ export const MemFS = (initialTree:{ [folder:string]: { [file:string]: string }}
export const Directory = {
DATA_FILES: ['mindex.db', 'c_mindex.db', 'iindex.db', 'cindex.db', 'sindex.db', 'wallet.db', 'dividend.db', 'txs.db', 'peers.db'],
WW_FILES: ['wotwizard-export.db'],
WW_FILES: ['wotwizard-export_0.db','wotwizard-export.db'],
DATA_DIRS: ['data'],
INSTANCE_NAME: getDomain(opts.mdb),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment