Listen for stats websocket event in the mining dashboard to get latest DA

This commit is contained in:
nymkappa 2022-06-13 11:13:00 +02:00
parent 5314eb2d45
commit 947864cff8
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -17,6 +17,6 @@ export class MiningDashboardComponent implements OnInit {
}
ngOnInit(): void {
this.websocketService.want(['blocks', 'mempool-blocks']);
this.websocketService.want(['blocks', 'mempool-blocks', 'stats']);
}
}