1
0

batch fee estimates

This commit is contained in:
SomberNight
2018-09-08 15:36:16 +02:00
parent ddee03d324
commit 57e66324cb
2 changed files with 11 additions and 8 deletions

View File

@@ -170,7 +170,8 @@ class Interface(PrintError):
sslc.check_hostname = 0
try:
await self.open_session(sslc, exit_early=False)
except (asyncio.CancelledError, ConnectionRefusedError, socket.gaierror, ssl.SSLError, TimeoutError) as e:
except (asyncio.CancelledError, ConnectionRefusedError, socket.gaierror,
ssl.SSLError, TimeoutError, aiorpcx.socks.SOCKSFailure) as e:
self.print_error('disconnecting due to: {}'.format(e))
self.exception = e
return