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 b2564bc commit 74c6d2cCopy full SHA for 74c6d2c
params/config_op.go
@@ -68,7 +68,7 @@ func (c *ChainConfig) opDescription() string {
68
if c.InteropTime != nil {
69
banner += fmt.Sprintf(" - Interop: @%-10v\n", *c.InteropTime)
70
}
71
- banner += fmt.Sprintf("\nAll op fork specifications can be found at https://specs.optimism.io/\n")
+ banner += "\nAll op fork specifications can be found at https://specs.optimism.io/\n"
72
return banner
73
74
0 commit comments