Status page wasn't updated due to multiple want events.

fixes #658
This commit is contained in:
softsimon 2021-07-25 19:43:06 +03:00
parent 59898f1269
commit 723034b3d3
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -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']);
}
}