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

@@ -69,7 +69,7 @@ export class StateService {
network = '';
blockVSize: number;
env: Env;
latestBlockHeight = 0;
latestBlockHeight = -1;
networkChanged$ = new ReplaySubject<string>(1);
blocks$: ReplaySubject<[Block, boolean]>;