Update ElectrumSettings.tsx

This commit is contained in:
Marcos Rodriguez Vélez 2024-12-29 01:29:53 -04:00 committed by GitHub
parent a76c847a10
commit f67d852f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
) {