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 Jul 21, 2022
1 parent 89b138c commit a22fb93
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 @@ -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"
Expand Down

0 comments on commit a22fb93

Please sign in to comment.