Unverified Commit f543e6b0 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #25371 from Zachinquarantine/mergeconfig-message

params: change Merge config to print simpler message
parents f3af3fd8 a22fb936
...@@ -458,7 +458,7 @@ func (c *ChainConfig) String() string { ...@@ -458,7 +458,7 @@ func (c *ChainConfig) String() string {
// Add a special section for the merge as it's non-obvious // Add a special section for the merge as it's non-obvious
if c.TerminalTotalDifficulty == nil { 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)" banner += " - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md)"
} else { } else {
banner += "Merge configured:\n" banner += "Merge configured:\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment