mirror of
https://github.com/mempool/mempool.git
synced 2025-09-21 18:41:12 +02:00
Remove debug return which break the UX the first time we open mempool
This commit is contained in:
@@ -301,8 +301,6 @@ class Blocks {
|
||||
if (memPool.isInSync()) {
|
||||
diskCache.$saveCacheToDisk();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user