mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
change homestead to be closer to two weeks just incase something goes wrong
This commit is contained in:
parent
d542c9d3d1
commit
c8fef265dc
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ import "math/big"
|
|||
|
||||
var (
|
||||
TestNetHomesteadBlock = big.NewInt(1000) // testnet homestead block
|
||||
MainNetHomesteadBlock = big.NewInt(190000) // mainnet homestead block
|
||||
MainNetHomesteadBlock = big.NewInt(200000) // mainnet homestead block
|
||||
HomesteadBlock = MainNetHomesteadBlock // homestead block used to check against
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue