Update BlueElectrum.js

This commit is contained in:
marcosrdz 2021-02-25 22:30:43 -05:00
parent d885d2f4df
commit 5acbd043dc

View file

@ -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}` }),
[
{