mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
mobile: fix ropsten chain configs
This commit is contained in:
parent
0ee796632a
commit
0e9a9f243f
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