mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
params: fix unnecessary fmt.Sprintf
This commit is contained in:
parent
447b5f7e19
commit
e0fd0967ae
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ func (c *ChainConfig) Description() string {
|
|||
if c.VerkleTime != nil {
|
||||
banner += fmt.Sprintf(" - Verkle: @%-10v blob: (%s)\n", *c.VerkleTime, c.BlobScheduleConfig.Verkle)
|
||||
}
|
||||
banner += fmt.Sprintf("\nAll fork specifications can be found at https://ethereum.github.io/execution-specs/src/ethereum/forks/\n")
|
||||
banner += "\nAll fork specifications can be found at https://ethereum.github.io/execution-specs/src/ethereum/forks/\n"
|
||||
return banner
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue