Remove debug return which break the UX the first time we open mempool

This commit is contained in:
nymkappa 2022-02-08 11:20:19 +09:00
parent 8e2943a6a0
commit c883f7803e

View File

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