unsubscribe from mempool block tracking

This commit is contained in:
Mononaut 2024-01-01 12:01:53 +00:00
parent 9b6e60bfba
commit 51bfffbf0e
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

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 {