params: change Merge config to print simpler message

This fixes #25366
This commit is contained in:
Zachinquarantine 2022-07-21 16:37:08 -04:00 committed by GitHub
parent 89b138cf2f
commit a22fb936bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -456,7 +456,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"