mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-18 12:49:30 +00:00
Added comments
This commit is contained in:
parent
1491594208
commit
528c8de6d4
@ -508,6 +508,7 @@ proc establishConnection(
|
|||||||
except CatchableError:
|
except CatchableError:
|
||||||
error "failed connect Eth client", error = getCurrentExceptionMsg()
|
error "failed connect Eth client", error = getCurrentExceptionMsg()
|
||||||
|
|
||||||
|
## this exception is handled by the retrywrapper
|
||||||
if not connected:
|
if not connected:
|
||||||
raise newException(CatchableError, "all failed")
|
raise newException(CatchableError, "all failed")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user