File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ func (w *wizard) makeGenesis() {
42
42
EIP150Block : big .NewInt (2 ),
43
43
EIP155Block : big .NewInt (3 ),
44
44
EIP158Block : big .NewInt (3 ),
45
+ ByzantiumBlock : big .NewInt (4 ),
45
46
},
46
47
}
47
48
// Figure out which consensus engine to choose
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ package params
18
18
19
19
import (
20
20
"fmt"
21
- "math"
22
21
"math/big"
23
22
24
23
"github.com/ethereum/go-ethereum/common"
40
39
EIP150Hash : common .HexToHash ("0x2086799aeebeae135c246c65021c82b4e15a2c451340993aacfd2751886514f0" ),
41
40
EIP155Block : big .NewInt (2675000 ),
42
41
EIP158Block : big .NewInt (2675000 ),
43
- ByzantiumBlock : big .NewInt (math . MaxInt64 ), // Don't enable yet
42
+ ByzantiumBlock : big .NewInt (4370000 ),
44
43
45
44
Ethash : new (EthashConfig ),
46
45
}
70
69
EIP150Hash : common .HexToHash ("0x9b095b36c15eaf13044373aef8ee0bd3a382a5abb92e402afa44b8249c3a90e9" ),
71
70
EIP155Block : big .NewInt (3 ),
72
71
EIP158Block : big .NewInt (3 ),
73
- ByzantiumBlock : big .NewInt (math . MaxInt64 ), // Don't enable yet
72
+ ByzantiumBlock : big .NewInt (1035301 ),
74
73
75
74
Clique : & CliqueConfig {
76
75
Period : 15 ,
You can’t perform that action at this time.
0 commit comments