unsubscribe from mempool block tracking
This commit is contained in:
parent
9b6e60bfba
commit
51bfffbf0e
@ -75,6 +75,7 @@ export class MempoolBlockComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
ngOnDestroy(): void {
|
ngOnDestroy(): void {
|
||||||
this.stateService.markBlock$.next({});
|
this.stateService.markBlock$.next({});
|
||||||
|
this.websocketService.stopTrackMempoolBlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
getOrdinal(mempoolBlock: MempoolBlock): string {
|
getOrdinal(mempoolBlock: MempoolBlock): string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user