Merge branch 'master' into merged-expected-block-fees

This commit is contained in:
Mononaut
2023-06-10 12:15:29 -04:00
7 changed files with 60 additions and 15 deletions

View File

@@ -196,7 +196,7 @@ export class StatisticsComponent implements OnInit {
this.feeLevelDropdownData.push({
fee: fee,
range,
color: _chartColors[i - 1],
color: _chartColors[i],
});
}
});