mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
parent
0336c6256a
commit
17b1325b3f
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ export class ElectrsApiService {
|
|||
}
|
||||
|
||||
getAddressesByPrefix$(prefix: string): Observable<string[]> {
|
||||
return this.httpClient.get<string[]>(this.apiBaseUrl + this.apiBasePath + '/api/address-prefix/' + prefix);
|
||||
return this.httpClient.get<string[]>(this.apiBaseUrl + this.apiBasePath + '/api/address-prefix/' + prefix.toLowerCase());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue