mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
Remove unused pools.json observable definition
This commit is contained in:
parent
d26b1436b5
commit
433bddab1f
@ -14,7 +14,6 @@ export class AssetsService {
|
|||||||
|
|
||||||
getAssetsJson$: Observable<{ array: AssetExtended[]; objects: any}>;
|
getAssetsJson$: Observable<{ array: AssetExtended[]; objects: any}>;
|
||||||
getAssetsMinimalJson$: Observable<any>;
|
getAssetsMinimalJson$: Observable<any>;
|
||||||
getMiningPools$: Observable<any>;
|
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private httpClient: HttpClient,
|
private httpClient: HttpClient,
|
||||||
@ -66,6 +65,5 @@ export class AssetsService {
|
|||||||
}),
|
}),
|
||||||
shareReplay(1),
|
shareReplay(1),
|
||||||
);
|
);
|
||||||
this.getMiningPools$ = this.httpClient.get(apiBaseUrl + '/resources/pools.json').pipe(shareReplay(1));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user