Merge pull request #4525 from mempool/mononaut/nogl-fee-chart

Fix missing mempool fee chart when webgl disabled
This commit is contained in:
softsimon
2023-12-27 13:15:35 +07:00
committed by GitHub
2 changed files with 9 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ export class MempoolBlockComponent implements OnInit, OnDestroy {
}),
tap(() => {
this.stateService.markBlock$.next({ mempoolBlockIndex: this.mempoolBlockIndex });
this.websocketService.startTrackMempoolBlock(this.mempoolBlockIndex);
})
);