Skip to content

Commit

Permalink
add new line after timestamp hardforks (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Sep 4, 2024
1 parent 9f9532a commit a42c7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ func (c *ChainConfig) Description() string {
banner += "Hard forks (timestamp based):\n"
banner += fmt.Sprintf(" - Cancun Timestamp: @%-10v (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md)\n", ptrToString(c.CancunTime))
banner += fmt.Sprintf(" - Verkle Timestamp: @%-10v", ptrToString(c.VerkleTime))
banner += "\n"

banner += "Avalanche Upgrades (timestamp based):\n"
banner += c.NetworkUpgrades.Description()
Expand Down

0 comments on commit a42c7c1

Please sign in to comment.