eth: fix typo in catalyst api (#25460)

eth: fix typo
pull/25461/head
Sina Mahmoodi 2 years ago committed by GitHub
parent 6fd06ab075
commit 1b34ed2ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      eth/catalyst/api.go

@ -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 {

Loading…
Cancel
Save