Add missing websocket subscription for 'blocks' in status-view component
This commit is contained in:
@@ -12,5 +12,6 @@ export class StatusViewComponent implements OnInit {
|
|||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.websocketService.want(['mempool-blocks', 'stats']);
|
this.websocketService.want(['mempool-blocks', 'stats']);
|
||||||
|
this.websocketService.want(['blocks', 'stats']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user