core: restore test TestEIP161AccountRemoval from previous quorum version as it is specific to quorum

This commit is contained in:
amalraj.manigmail.com 2018-07-25 14:50:12 +08:00
parent c0b7b1122f
commit 827cdb7542
1 changed files with 1 additions and 1 deletions

View File

@ -1173,7 +1173,7 @@ func TestEIP161AccountRemoval(t *testing.T) {
theAddr = common.Address{1}
gspec = &Genesis{
Config: &params.ChainConfig{
ChainID: big.NewInt(1),
ChainID: big.NewInt(10),
HomesteadBlock: new(big.Int),
EIP155Block: new(big.Int),
EIP158Block: big.NewInt(2),