Skip to content
Snippets Groups Projects

[fix] wotb upgrade: force to reset data

Merged Éloïs requested to merge fix/wotb-upgrade-need-reset-data into dev
5 files
+ 18
120
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -329,7 +329,7 @@ export class DuniterBlockchain {
// Save wot file
if (!dal.fs.isMemoryOnly()) {
let wotbFilepath = await Directory.getWotbFilePath(dal.rootPath);
const wotbFilepath = Directory.getWotbFilePath(dal.rootPath);
dal.wotb.writeInFile(wotbFilepath);
}
Loading