mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
Merge pull request #3479 from karalabe/android-ropsten-dao
mobile: fix ropsten chain configs
This commit is contained in:
commit
df096a7771
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ func TestnetChainConfig() *ChainConfig {
|
|||
ChainID: params.TestNetChainID.Int64(),
|
||||
HomesteadBlock: params.TestNetHomesteadBlock.Int64(),
|
||||
DAOForkBlock: 0,
|
||||
DAOForkSupport: true,
|
||||
DAOForkSupport: false,
|
||||
EIP150Block: params.TestNetHomesteadGasRepriceBlock.Int64(),
|
||||
EIP150Hash: Hash{params.TestNetHomesteadGasRepriceHash},
|
||||
EIP155Block: params.TestNetSpuriousDragon.Int64(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue