mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-21 22:24:32 +00:00
accounts/abi/bind: fix test
This commit is contained in:
parent
5e3755c46a
commit
ef80645f90
2 changed files with 300 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -336,7 +336,7 @@ var (
|
|||
EIP155Block: big.NewInt(0),
|
||||
EIP158Block: big.NewInt(0),
|
||||
ByzantiumBlock: big.NewInt(0),
|
||||
ConstantinopleBlock: nil,
|
||||
ConstantinopleBlock: big.NewInt(0),
|
||||
Ethash: new(EthashConfig),
|
||||
Clique: nil,
|
||||
XDPoS: &XDPoSConfig{
|
||||
|
|
|
|||
Loading…
Reference in a new issue