mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
Update BlueElectrum.js
This commit is contained in:
parent
d885d2f4df
commit
5acbd043dc
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ async function connectMain() {
|
|||
mainClient.close && mainClient.close();
|
||||
if (connectionAttempt >= 5) {
|
||||
Alert.alert(
|
||||
loc._.connection_error,
|
||||
loc.errors.network,
|
||||
loc.formatString(loc.settings.electrum_unable_to_connect, { server: `${usingPeer.host}:${usingPeer.ssl ?? usingPeer.tcp}` }),
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue