mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +00:00
Merge pull request #25371 from Zachinquarantine/mergeconfig-message
params: change Merge config to print simpler message
This commit is contained in:
commit
f543e6b065
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue