Unverified Commit 1b34ed2e authored by Sina Mahmoodi's avatar Sina Mahmoodi Committed by GitHub

eth: fix typo in catalyst api (#25460)

eth: fix typo
parent 6fd06ab0
No related merge requests found
......@@ -641,9 +641,9 @@ func (api *ConsensusAPI) heartbeat() {
}
} else {
if lastTransitionUpdate.IsZero() {
message = "Merge is configured, but no beacon client seen. Please ensure you have one available before the transision arrives!"
message = "Merge is configured, but no beacon client seen. Please ensure you have one available before the transition arrives!"
} else {
message = "Merge is configured, but previously seen beacon client is offline. Please ensure it is operational before the transision arrives!"
message = "Merge is configured, but previously seen beacon client is offline. Please ensure it is operational before the transition arrives!"
}
}
if eta == 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment