Skip to content

Commit

Permalink
params: change Merge config to print simpler message
Browse files Browse the repository at this point in the history
This fixes ethereum#25366
  • Loading branch information
Zachinquarantine authored and HanWang233 committed Sep 11, 2022
1 parent ec2fd6a commit 73a3a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73a3a33

Please sign in to comment.