mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 06:35:15 +01:00
Listen for stats
websocket event in the mining dashboard to get latest DA
This commit is contained in:
parent
5314eb2d45
commit
947864cff8
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ export class MiningDashboardComponent implements OnInit {
|
|||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.websocketService.want(['blocks', 'mempool-blocks']);
|
||||
this.websocketService.want(['blocks', 'mempool-blocks', 'stats']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue