Remove debug return which break the UX the first time we open mempool
This commit is contained in:
parent
755c1da8b3
commit
f9a6110c69
@ -301,8 +301,6 @@ class Blocks {
|
|||||||
if (memPool.isInSync()) {
|
if (memPool.isInSync()) {
|
||||||
diskCache.$saveCacheToDisk();
|
diskCache.$saveCacheToDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user