From aa217a165b6886596bc33b1a286296df5362f5aa Mon Sep 17 00:00:00 2001 From: Zachinquarantine Date: Thu, 21 Jul 2022 16:37:08 -0400 Subject: [PATCH] params: change Merge config to print simpler message This fixes #25366 --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 78cfc0e65700..47592e81612c 100644 --- a/params/config.go +++ b/params/config.go @@ -458,7 +458,7 @@ func (c *ChainConfig) String() string { // Add a special section for the merge as it's non-obvious if c.TerminalTotalDifficulty == nil { - banner += "Merge not configured!\n" + banner += "The Merge is not yet available for this network!\n" banner += " - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md)" } else { banner += "Merge configured:\n"