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 755c1da8b3
commit f9a6110c69

View File

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