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 556e993c8..fe35b817b 100644 --- a/frontend/src/app/components/status-view/status-view.component.ts +++ b/frontend/src/app/components/status-view/status-view.component.ts @@ -11,7 +11,6 @@ export class StatusViewComponent implements OnInit { ) { } ngOnInit() { - this.websocketService.want(['mempool-blocks', 'stats']); - this.websocketService.want(['blocks', 'stats']); + this.websocketService.want(['mempool-blocks', 'stats', 'blocks']); } }