mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:53:10 +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