mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
aproaching testnet v2
This commit is contained in:
parent
a728d51b91
commit
037c7cb25d
1 changed files with 1 additions and 3 deletions
|
|
@ -146,10 +146,8 @@ func (c *CliqueConfig) String() string {
|
|||
// String implements the fmt.Stringer interface.
|
||||
func (c *ChainConfig) String() string {
|
||||
|
||||
return fmt.Sprintf("{ChainID: %v EIP150: %v EIP155: %v EIP158: %v EGEM Geth}",
|
||||
return fmt.Sprintf("{ChainID: %v EGEM Geth}",
|
||||
c.ChainId,
|
||||
c.EIP150Block,
|
||||
c.EIP155Block,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue