Skip to content

Commit b2be5f9

Browse files
eth/catalyst: better warning for ttd not configured (#25394)
1 parent 6da1fce commit b2be5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/catalyst/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type ConsensusAPI struct {
6262
// The underlying blockchain needs to have a valid terminal total difficulty set.
6363
func NewConsensusAPI(eth *eth.Ethereum) *ConsensusAPI {
6464
if eth.BlockChain().Config().TerminalTotalDifficulty == nil {
65-
log.Warn("Engine API started without valid total difficulty")
65+
log.Warn("Engine API started but chain not configured for merge yet")
6666
}
6767
return &ConsensusAPI{
6868
eth: eth,

0 commit comments

Comments
 (0)