Skip to content

Commit a22fb93

Browse files
author
Zachinquarantine
authored
params: change Merge config to print simpler message
This fixes #25366
1 parent 89b138c commit a22fb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ func (c *ChainConfig) String() string {
456456

457457
// Add a special section for the merge as it's non-obvious
458458
if c.TerminalTotalDifficulty == nil {
459-
banner += "Merge not configured!\n"
459+
banner += "The Merge is not yet available for this network!\n"
460460
banner += " - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md)"
461461
} else {
462462
banner += "Merge configured:\n"

0 commit comments

Comments
 (0)