tests: activate ewasm for tests

This commit is contained in:
Guillaume Ballet 2018-12-07 14:50:43 +01:00
parent c423fd5f7e
commit 5b24a105dc

View file

@ -52,6 +52,7 @@ var Forks = map[string]*params.ChainConfig{
EIP158Block: big.NewInt(0), EIP158Block: big.NewInt(0),
DAOForkBlock: big.NewInt(0), DAOForkBlock: big.NewInt(0),
ByzantiumBlock: big.NewInt(0), ByzantiumBlock: big.NewInt(0),
EWASMBlock: big.NewInt(0),
}, },
"Constantinople": { "Constantinople": {
ChainID: big.NewInt(1), ChainID: big.NewInt(1),