Fix missing mempool fee chart when webgl disabled
This commit is contained in:
@@ -64,6 +64,7 @@ export class MempoolBlockComponent implements OnInit, OnDestroy {
|
||||
}),
|
||||
tap(() => {
|
||||
this.stateService.markBlock$.next({ mempoolBlockIndex: this.mempoolBlockIndex });
|
||||
this.websocketService.startTrackMempoolBlock(this.mempoolBlockIndex);
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user