fix lsp url
This commit is contained in:
parent
b3808203cf
commit
aeb5407206
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export class OlympusLSP extends LSP {
|
||||||
}
|
}
|
||||||
|
|
||||||
getInfo = async () => {
|
getInfo = async () => {
|
||||||
const res = await fetch(`${this.settings.olympusServiceUrl}/getinfo`)
|
const res = await fetch(`${this.settings.olympusServiceUrl}/get_info`)
|
||||||
const json = await res.json() as { options: { min_initial_client_balance_sat: string, max_channel_expiry_blocks: number }, uris: string[] }
|
const json = await res.json() as { options: { min_initial_client_balance_sat: string, max_channel_expiry_blocks: number }, uris: string[] }
|
||||||
return json
|
return json
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue