Block subsidy graph back to timespan selection mode
This commit is contained in:
@@ -333,13 +333,6 @@ export class ApiService {
|
||||
);
|
||||
}
|
||||
|
||||
getHistoricalExactBlockFees$(height: string | undefined) : Observable<any> {
|
||||
return this.httpClient.get<any[]>(
|
||||
this.apiBaseUrl + this.apiBasePath + `/api/v1/mining/blocks/exact-fees` +
|
||||
(height !== undefined ? `/${height}` : ''), { observe: 'response' }
|
||||
);
|
||||
}
|
||||
|
||||
getHistoricalBlockRewards$(interval: string | undefined) : Observable<any> {
|
||||
return this.httpClient.get<any[]>(
|
||||
this.apiBaseUrl + this.apiBasePath + `/api/v1/mining/blocks/rewards` +
|
||||
|
||||
Reference in New Issue
Block a user