We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da1fce commit b2be5f9Copy full SHA for b2be5f9
eth/catalyst/api.go
@@ -62,7 +62,7 @@ type ConsensusAPI struct {
62
// The underlying blockchain needs to have a valid terminal total difficulty set.
63
func NewConsensusAPI(eth *eth.Ethereum) *ConsensusAPI {
64
if eth.BlockChain().Config().TerminalTotalDifficulty == nil {
65
- log.Warn("Engine API started without valid total difficulty")
+ log.Warn("Engine API started but chain not configured for merge yet")
66
}
67
return &ConsensusAPI{
68
eth: eth,
0 commit comments