... whoops :D

This commit is contained in:
Derek May 2018-03-16 16:34:00 -07:00
parent 94426a6648
commit dd0887fc0a

View file

@ -156,15 +156,8 @@ func (c *ChainConfig) String() string {
}
return fmt.Sprintf("{ChainID: %v EIP150: %v EIP155: %v EIP158: %v EGEM Geth}",
c.ChainId,
c.HomesteadBlock,
c.DAOForkBlock,
c.DAOForkSupport,
c.EIP150Block,
c.EIP155Block,
c.EIP158Block,
c.ByzantiumBlock,
c.ConstantinopleBlock,
engine,
)
}