Skip to content

Commit a42c7c1

Browse files
authored
add new line after timestamp hardforks (#1331)
1 parent 9f9532a commit a42c7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

params/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ func (c *ChainConfig) Description() string {
238238
banner += "Hard forks (timestamp based):\n"
239239
banner += fmt.Sprintf(" - Cancun Timestamp: @%-10v (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md)\n", ptrToString(c.CancunTime))
240240
banner += fmt.Sprintf(" - Verkle Timestamp: @%-10v", ptrToString(c.VerkleTime))
241+
banner += "\n"
241242

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

0 commit comments

Comments
 (0)