From 01e2dc5ce4a790e145609e9e59a89e5fdd321c88 Mon Sep 17 00:00:00 2001 From: Giulio rebuffo Date: Tue, 10 Dec 2019 13:25:28 +0100 Subject: [PATCH] fixed pics (#249) --- cmd/pics/state.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/pics/state.go b/cmd/pics/state.go index 76d22781c..0e5ce3681 100644 --- a/cmd/pics/state.go +++ b/cmd/pics/state.go @@ -296,9 +296,10 @@ func initialState1() error { Config: ¶ms.ChainConfig{ ChainID: big.NewInt(1), HomesteadBlock: new(big.Int), + EIP150Block: new(big.Int), EIP155Block: new(big.Int), EIP158Block: big.NewInt(1), - EIP2027Block: big.NewInt(4), + ByzantiumBlock: big.NewInt(1), ConstantinopleBlock: big.NewInt(1), }, Alloc: core.GenesisAlloc{