Added comments

This commit is contained in:
stubbsta 2026-01-07 09:58:00 +02:00
parent 49503c4a67
commit a15adaf772
No known key found for this signature in database

View File

@ -508,6 +508,7 @@ proc establishConnection(
except CatchableError:
error "failed connect Eth client", error = getCurrentExceptionMsg()
## this exception is handled by the retrywrapper
if not connected:
raise newException(CatchableError, "all failed")