Skip to content

Commit

Permalink
eth: fix typo in catalyst api (ethereum#25460)
Browse files Browse the repository at this point in the history
eth: fix typo
  • Loading branch information
s1na authored and jagdeep sidhu committed Aug 6, 2022
1 parent 258c40c commit f8eeb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/catalyst/api.go
Expand Up @@ -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 {
Expand Down

0 comments on commit f8eeb8c

Please sign in to comment.