Skip to content

Commit

Permalink
Add log for ecotone time
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog authored and sebastianst committed Jan 11, 2024
1 parent a72d34b commit c2d9dcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ func (c *ChainConfig) Description() string {
if c.CanyonTime != nil {
banner += fmt.Sprintf(" - Canyon: @%-10v\n", *c.CanyonTime)
}
if c.EcotoneTime != nil {
banner += fmt.Sprintf(" - Ecotone: @%-10v\n", *c.EcotoneTime)
}
if c.InteropTime != nil {
banner += fmt.Sprintf(" - Interop: @%-10v\n", *c.InteropTime)
}
Expand Down

0 comments on commit c2d9dcd

Please sign in to comment.