display genesis block

This commit is contained in:
Antoni Spaanderman
2022-01-19 17:11:35 +01:00
parent 3608fa6f19
commit e59f610a75
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ export class WebsocketService {
clearTimeout(this.onlineCheckTimeout);
clearTimeout(this.onlineCheckTimeoutTwo);
this.stateService.latestBlockHeight = 0;
this.stateService.latestBlockHeight = -1;
this.websocketSubject.complete();
this.subscription.unsubscribe();