add blockchain bar to stratum page

This commit is contained in:
Mononaut
2024-09-09 23:27:29 +00:00
parent 3ea491ad13
commit cb4bf0611e
2 changed files with 10 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ export class StratumList implements OnInit, OnDestroy {
) {}
ngOnInit(): void {
this.websocketService.want(['stats', 'blocks', 'mempool-blocks']);
this.miningService.getPools().subscribe(pools => {
this.pools = {};
for (const pool of pools) {