Skip to content

Commit

Permalink
Merge pull request #217 from mdehoog/ecotone-log
Browse files Browse the repository at this point in the history
Add log for ecotone time
  • Loading branch information
sebastianst authored Jan 11, 2024
2 parents a72d34b + c2d9dcd commit 98cdc6b
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 98cdc6b

Please sign in to comment.