forked from cerc-io/plugeth
params: updated homestead block
This commit is contained in:
parent
0d89e6c2f1
commit
7d598af493
@ -20,7 +20,7 @@ import "math/big"
|
||||
|
||||
var (
|
||||
TestNetHomesteadBlock = big.NewInt(494000) // testnet homestead block
|
||||
MainNetHomesteadBlock = big.NewInt(2000000) // mainnet homestead block
|
||||
MainNetHomesteadBlock = big.NewInt(1150000) // mainnet homestead block
|
||||
HomesteadBlock = MainNetHomesteadBlock // homestead block used to check against
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user