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
commit ba6f41fa1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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