Merge pull request #1232 from mempool/bugfix/remove-debug-return

Remove debug return which break the UX the first time we open mempool
This commit is contained in:
softsimon 2022-02-09 17:13:23 +04:00 committed by GitHub
commit 4b6ff5e776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,8 +301,6 @@ class Blocks {
if (memPool.isInSync()) {
diskCache.$saveCacheToDisk();
}
return;
}
}