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
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

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