mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Remove debug return which break the UX the first time we open mempool
This commit is contained in:
parent
755c1da8b3
commit
f9a6110c69
1 changed files with 0 additions and 2 deletions
|
@ -301,8 +301,6 @@ class Blocks {
|
|||
if (memPool.isInSync()) {
|
||||
diskCache.$saveCacheToDisk();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue