mirror of
https://github.com/mempool/mempool.git
synced 2025-03-15 04:11:48 +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()) {
|
if (memPool.isInSync()) {
|
||||||
diskCache.$saveCacheToDisk();
|
diskCache.$saveCacheToDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue