parent
0336c6256a
commit
17b1325b3f
@ -85,6 +85,6 @@ export class ElectrsApiService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getAddressesByPrefix$(prefix: string): Observable<string[]> {
|
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…
x
Reference in New Issue
Block a user