Color fix for 0-1 sat/vb fees in tv graph

This commit is contained in:
softsimon 2020-03-28 16:02:21 +07:00
parent 18989cf1e4
commit 3f35671fb5
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -94,9 +94,6 @@ export class TelevisionComponent implements OnInit {
const finalArrayVbyte = this.generateArray(mempoolStats);
// Remove the 0-1 fee vbyte since it's practially empty
finalArrayVbyte.shift();
this.mempoolVsizeFeesData = {
labels: labels,
series: finalArrayVbyte