mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 23:39:26 +00:00
parent
6fd06ab075
commit
1b34ed2ed6
1 changed files with 2 additions and 2 deletions
|
|
@ -641,9 +641,9 @@ func (api *ConsensusAPI) heartbeat() {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if lastTransitionUpdate.IsZero() {
|
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 {
|
} 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 {
|
if eta == 0 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue