Skip to content

Commit

Permalink
Add reassuring log message upon connecting to the EL
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Aug 29, 2022
1 parent 2545d1d commit 74ac85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon_chain/eth1/eth1_monitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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.} =
Expand Down

0 comments on commit 74ac85a

Please sign in to comment.