We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3af3fd + a22fb93 commit f543e6bCopy full SHA for f543e6b
params/config.go
@@ -458,7 +458,7 @@ func (c *ChainConfig) String() string {
458
459
// Add a special section for the merge as it's non-obvious
460
if c.TerminalTotalDifficulty == nil {
461
- banner += "Merge not configured!\n"
+ banner += "The Merge is not yet available for this network!\n"
462
banner += " - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md)"
463
} else {
464
banner += "Merge configured:\n"
0 commit comments