diff --git a/frontend/src/app/components/status-view/status-view.component.ts b/frontend/src/app/components/status-view/status-view.component.ts index dd3eef51f..556e993c8 100644 --- a/frontend/src/app/components/status-view/status-view.component.ts +++ b/frontend/src/app/components/status-view/status-view.component.ts @@ -12,5 +12,6 @@ export class StatusViewComponent implements OnInit { ngOnInit() { this.websocketService.want(['mempool-blocks', 'stats']); + this.websocketService.want(['blocks', 'stats']); } }