Merge branch 'master' into nymkappa/bugfix/skeleton-titles

This commit is contained in:
wiz 2022-05-06 13:23:02 +09:00 committed by GitHub
commit 3c6f813033

View File

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