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 452e9277b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();