Skip to content

Commit f543e6b

Browse files
authored
Merge pull request #25371 from Zachinquarantine/mergeconfig-message
params: change Merge config to print simpler message
2 parents f3af3fd + a22fb93 commit f543e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ func (c *ChainConfig) String() string {
458458

459459
// Add a special section for the merge as it's non-obvious
460460
if c.TerminalTotalDifficulty == nil {
461-
banner += "Merge not configured!\n"
461+
banner += "The Merge is not yet available for this network!\n"
462462
banner += " - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md)"
463463
} else {
464464
banner += "Merge configured:\n"

0 commit comments

Comments
 (0)