mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
... whoops :D
This commit is contained in:
parent
94426a6648
commit
dd0887fc0a
1 changed files with 0 additions and 7 deletions
|
|
@ -156,15 +156,8 @@ func (c *ChainConfig) String() string {
|
||||||
}
|
}
|
||||||
return fmt.Sprintf("{ChainID: %v EIP150: %v EIP155: %v EIP158: %v EGEM Geth}",
|
return fmt.Sprintf("{ChainID: %v EIP150: %v EIP155: %v EIP158: %v EGEM Geth}",
|
||||||
c.ChainId,
|
c.ChainId,
|
||||||
c.HomesteadBlock,
|
|
||||||
c.DAOForkBlock,
|
|
||||||
c.DAOForkSupport,
|
|
||||||
c.EIP150Block,
|
c.EIP150Block,
|
||||||
c.EIP155Block,
|
c.EIP155Block,
|
||||||
c.EIP158Block,
|
|
||||||
c.ByzantiumBlock,
|
|
||||||
c.ConstantinopleBlock,
|
|
||||||
engine,
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue