Clean local block cache before loading dump:

This commit is contained in:
nymkappa 2022-04-27 13:06:16 +09:00
parent be7e30b4ab
commit efd8472571

View File

@ -156,6 +156,7 @@ class Bisq {
}
private async loadBisqDumpFile(): Promise<void> {
this.allBlocks = [];
try {
await this.loadData();
this.buildIndex();