mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 13:46:38 +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()) {
|
if (memPool.isInSync()) {
|
||||||
diskCache.$saveCacheToDisk();
|
diskCache.$saveCacheToDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user