Merge pull request #3961 from mempool/mononaut/fix-difficulty-chart

Fix difficulty chart off-by-one bug
This commit is contained in:
softsimon
2023-07-14 11:31:01 +09:00
committed by GitHub

View File

@@ -130,6 +130,7 @@ export class HashrateChartComponent implements OnInit {
}); });
++hashIndex; ++hashIndex;
} }
diffIndex++;
break; break;
} }