mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 13:26:33 +01:00
Update ElectrumSettings.tsx
This commit is contained in:
parent
a76c847a10
commit
f67d852f28
@ -184,7 +184,6 @@ const ElectrumSettings: React.FC = () => {
|
||||
|
||||
if (
|
||||
!serverExists({ host: serverHost, tcp: Number(serverPort), ssl: Number(serverSslPort) }) &&
|
||||
serverHost &&
|
||||
(serverPort || serverSslPort) &&
|
||||
!hardcodedPeers.some(peer => peer.host === serverHost)
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user