unsubscribe from mempool block tracking

This commit is contained in:
Mononaut
2024-01-01 12:01:53 +00:00
parent 9b6e60bfba
commit 51bfffbf0e

View File

@@ -75,6 +75,7 @@ export class MempoolBlockComponent implements OnInit, OnDestroy {
ngOnDestroy(): void {
this.stateService.markBlock$.next({});
this.websocketService.stopTrackMempoolBlock();
}
getOrdinal(mempoolBlock: MempoolBlock): string {