mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
use lower case for consistency
This commit is contained in:
parent
7b25fd0b27
commit
4f7b788efc
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ func (c *CliqueConfig) String() string {
|
|||
if c == nil {
|
||||
return "<nil>"
|
||||
}
|
||||
return fmt.Sprintf("Clique { Period: %d, Epoch: %d }", c.Period, c.Epoch)
|
||||
return fmt.Sprintf("clique { period: %d, epoch: %d }", c.Period, c.Epoch)
|
||||
}
|
||||
|
||||
// Description returns a human-readable description of ChainConfig.
|
||||
|
|
|
|||
Loading…
Reference in a new issue