mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Merge continue 5
Not sure why the merge tool changed this file and removed that but it did.
This commit is contained in:
parent
7c1130c237
commit
9c61f49cfd
1 changed files with 2 additions and 2 deletions
|
|
@ -19,6 +19,6 @@ package params
|
||||||
import "math/big"
|
import "math/big"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
TestNetHomesteadBlock = big.NewInt(494000) // testnet homestead block
|
TestNetHomesteadBlock = big.NewInt(0) // testnet homestead block
|
||||||
MainNetHomesteadBlock = big.NewInt(1150000) // mainnet homestead block
|
MainNetHomesteadBlock = big.NewInt(200000) // mainnet homestead block
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue