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