mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
core/vm: activate EWASM on the testnet
This commit is contained in:
parent
972931c10b
commit
43b668a471
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ var (
|
|||
EIP155Block: big.NewInt(2675000),
|
||||
EIP158Block: big.NewInt(2675000),
|
||||
ByzantiumBlock: big.NewInt(4370000),
|
||||
EWASMBlock: big.NewInt(0),
|
||||
ConstantinopleBlock: nil,
|
||||
Ethash: new(EthashConfig),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue