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.
1 parent 89b138c commit a22fb93Copy full SHA for a22fb93
params/config.go
@@ -456,7 +456,7 @@ func (c *ChainConfig) String() string {
456
457
// Add a special section for the merge as it's non-obvious
458
if c.TerminalTotalDifficulty == nil {
459
- banner += "Merge not configured!\n"
+ banner += "The Merge is not yet available for this network!\n"
460
banner += " - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md)"
461
} else {
462
banner += "Merge configured:\n"
0 commit comments