Display 0-1 sat/vb fees in graph

This commit is contained in:
softsimon
2020-03-28 13:55:52 +07:00
parent 8c14866ead
commit a085be1a63
2 changed files with 1 additions and 3 deletions

View File

@@ -194,9 +194,6 @@ export class StatisticsComponent 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