Block subsidy graph: add lower timeframes

This commit is contained in:
natsoni
2024-05-12 18:48:50 +02:00
parent 0ef76f3e64
commit 42d591bf4c
3 changed files with 20 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ class Mining {
*/
public async $getHistoricalBlockFees(interval: string | null = null): Promise<any> {
return await BlocksRepository.$getHistoricalBlockFees(
this.getTimeRange(interval, 5),
this.getTimeRange(interval),
Common.getSqlInterval(interval)
);
}