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 9f9532a commit a42c7c1Copy full SHA for a42c7c1
params/config.go
@@ -238,6 +238,7 @@ func (c *ChainConfig) Description() string {
238
banner += "Hard forks (timestamp based):\n"
239
banner += fmt.Sprintf(" - Cancun Timestamp: @%-10v (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md)\n", ptrToString(c.CancunTime))
240
banner += fmt.Sprintf(" - Verkle Timestamp: @%-10v", ptrToString(c.VerkleTime))
241
+ banner += "\n"
242
243
banner += "Avalanche Upgrades (timestamp based):\n"
244
banner += c.NetworkUpgrades.Description()
0 commit comments