TV view didn't request mempool blocks.

This commit is contained in:
softsimon 2020-03-14 13:48:01 +07:00
parent 7c2849b331
commit 9b33baa4c1
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -29,7 +29,7 @@ export class TelevisionComponent implements OnInit {
) { }
ngOnInit() {
this.websocketService.want(['blocks', 'live-2h-chart']);
this.websocketService.want(['blocks', 'live-2h-chart', 'mempool-blocks']);
const labelInterpolationFnc = (value: any, index: any) => {
return index % 6 === 0 ? formatDate(value, 'HH:mm', this.locale) : null;