Adding a global websocket loader observable.

fixes #95
This commit is contained in:
softsimon
2020-07-22 19:21:40 +07:00
parent 6b3e84255a
commit 0f611ecf8a
5 changed files with 15 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ export class MempoolBlocksComponent implements OnInit, OnDestroy {
this.stateService.blocks$
.subscribe(([block]) => {
if (block.matchRate >= 80 && !this.tabHidden) {
if (block.matchRate >= 66 && !this.tabHidden) {
this.blockIndex++;
}
});