Merge pull request #1579 from mempool/nymkappa/bugfix/bisq-dump-loading

Clean local block cache before loading dump
This commit is contained in:
wiz 2022-05-02 11:47:51 +09:00 committed by GitHub
commit b6fcf40565
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();