Block subsidy graph back to timespan selection mode
This commit is contained in:
@@ -50,13 +50,6 @@ class Mining {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get historical (not averaged) block total fee
|
||||
*/
|
||||
public async $getHistoricalExactBlockFees(height: string | null = null): Promise<any> {
|
||||
return await BlocksRepository.$getHistoricalExactBlockFees(height);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get historical block rewards
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user