mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Console message edits.
This commit is contained in:
parent
764192fb17
commit
94426a6648
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ func (c *ChainConfig) String() string {
|
|||
default:
|
||||
engine = "unknown"
|
||||
}
|
||||
return fmt.Sprintf("{ChainID: %v EIP150: %v EIP155: %v EIP158: %v }",
|
||||
return fmt.Sprintf("{ChainID: %v EIP150: %v EIP155: %v EIP158: %v EGEM Geth}",
|
||||
c.ChainId,
|
||||
c.HomesteadBlock,
|
||||
c.DAOForkBlock,
|
||||
|
|
|
|||
Loading…
Reference in a new issue