mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43: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.ByzantiumBlock,
|
||||||
c.DisposalBlock,
|
c.DisposalBlock,
|
||||||
c.ECIP1017EraRounds,
|
c.ECIP1017EraRounds,
|
||||||
|
c.EIP160Block,
|
||||||
c.ConstantinopleBlock,
|
c.ConstantinopleBlock,
|
||||||
engine,
|
engine,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue