Add missing websocket subscription for 'blocks' in status-view component
This commit is contained in:
		
							parent
							
								
									8f3901b6d4
								
							
						
					
					
						commit
						1f5af33f14
					
				@ -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