mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
Add reassuring log message upon connecting to the EL
This commit is contained in:
parent
2545d1d053
commit
74ac85a75f
@ -1135,6 +1135,7 @@ proc ensureDataProvider*(m: Eth1Monitor) {.async.} =
|
||||
m.depositContractAddress, web3Url, m.jwtSecret)
|
||||
if v.isErr():
|
||||
raise (ref CatchableError)(msg: v.error())
|
||||
info "Established connection to execution layer", url = web3Url
|
||||
v.get()
|
||||
|
||||
proc stop(m: Eth1Monitor) {.async.} =
|
||||
|
Loading…
x
Reference in New Issue
Block a user