mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Typo: missing EIP160Block argument
This commit is contained in:
parent
e61a43dc9d
commit
5f8d85bb45
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ func (c *ChainConfig) String() string {
|
|||
c.ByzantiumBlock,
|
||||
c.DisposalBlock,
|
||||
c.ECIP1017EraRounds,
|
||||
c.EIP160Block,
|
||||
c.ConstantinopleBlock,
|
||||
engine,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue