File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -531,25 +531,25 @@ func (c *ChainConfig) Description() string {
531
531
banner += fmt .Sprintf (" - Prague: @%-10v\n " , * c .PragueTime )
532
532
}
533
533
if c .OsakaTime != nil {
534
- banner += fmt .Sprintf (" - Osaka: @%-10v\n " , * c .OsakaTime )
534
+ banner += fmt .Sprintf (" - Osaka: @%-10v\n " , * c .OsakaTime )
535
535
}
536
536
if c .VerkleTime != nil {
537
537
banner += fmt .Sprintf (" - Verkle: @%-10v\n " , * c .VerkleTime )
538
538
}
539
539
if c .BPO1Time != nil {
540
- banner += fmt .Sprintf (" - BPO1: @%-10v\n " , * c .BPO1Time )
540
+ banner += fmt .Sprintf (" - BPO1: @%-10v\n " , * c .BPO1Time )
541
541
}
542
542
if c .BPO2Time != nil {
543
- banner += fmt .Sprintf (" - BPO2: @%-10v\n " , * c .BPO2Time )
543
+ banner += fmt .Sprintf (" - BPO2: @%-10v\n " , * c .BPO2Time )
544
544
}
545
545
if c .BPO3Time != nil {
546
- banner += fmt .Sprintf (" - BPO3: @%-10v\n " , * c .BPO3Time )
546
+ banner += fmt .Sprintf (" - BPO3: @%-10v\n " , * c .BPO3Time )
547
547
}
548
548
if c .BPO4Time != nil {
549
- banner += fmt .Sprintf (" - BPO4: @%-10v\n " , * c .BPO4Time )
549
+ banner += fmt .Sprintf (" - BPO4: @%-10v\n " , * c .BPO4Time )
550
550
}
551
551
if c .BPO5Time != nil {
552
- banner += fmt .Sprintf (" - BPO5: @%-10v\n " , * c .BPO5Time )
552
+ banner += fmt .Sprintf (" - BPO5: @%-10v\n " , * c .BPO5Time )
553
553
}
554
554
return banner
555
555
}
You can’t perform that action at this time.
0 commit comments