Merge pull request #4542 from mempool/mononaut/unsub-track-block

unsubscribe from mempool block tracking
This commit is contained in:
softsimon
2024-01-09 08:46:15 +07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

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 {