SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/interface.py
|
|
@ -152,7 +152,7 @@ class Interface(PrintError): |
|
|
|
if not exists: |
|
|
|
try: |
|
|
|
ca_signed = await self.is_server_ca_signed(ca_sslc) |
|
|
|
except (ConnectionRefusedError, socket.gaierror) as e: |
|
|
|
except (ConnectionRefusedError, socket.gaierror, aiorpcx.socks.SOCKSFailure) as e: |
|
|
|
self.print_error('disconnecting due to: {}'.format(e)) |
|
|
|
self.exception = e |
|
|
|
return |
|
|
|