[release/1.4.10] cmd, core, eth, params: implement flags to control dao fork blocks
(cherry picked from commit 6060e098c9
)
This commit is contained in:
@ -21,4 +21,6 @@ import "math/big"
|
||||
var (
|
||||
TestNetHomesteadBlock = big.NewInt(494000) // testnet homestead block
|
||||
MainNetHomesteadBlock = big.NewInt(1150000) // mainnet homestead block
|
||||
TestNetDAOForkBlock = big.NewInt(8888888) // testnet dao hard-fork block
|
||||
MainNetDAOForkBlock = big.NewInt(9999999) // mainnet dao hard-fork block
|
||||
)
|
||||
|
Reference in New Issue
Block a user