Skip to content

Commit 79e340f

Browse files
tmelhaotmelhao
andauthored
params: add cancun upgrade banner (#29042)
params: add cancun banner Signed-off-by: tmelhao <[email protected]> Co-authored-by: tmelhao <[email protected]>
1 parent bba3fa9 commit 79e340f

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
@@ -467,7 +467,7 @@ func (c *ChainConfig) Description() string {
467467
banner += fmt.Sprintf(" - Shanghai: @%-10v (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md)\n", *c.ShanghaiTime)
468468
}
469469
if c.CancunTime != nil {
470-
banner += fmt.Sprintf(" - Cancun: @%-10v\n", *c.CancunTime)
470+
banner += fmt.Sprintf(" - Cancun: @%-10v (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md)\n", *c.CancunTime)
471471
}
472472
if c.PragueTime != nil {
473473
banner += fmt.Sprintf(" - Prague: @%-10v\n", *c.PragueTime)

0 commit comments

Comments
 (0)