diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-12-21 19:10:57 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-12-21 19:10:57 +0800 |
commit | 0e9a9f243fa2dda3a4411aa07f3e958c9aabc889 (patch) | |
tree | 3c4a1176bfd093a187c6d9b01d79848b994e41d0 /mobile/params.go | |
parent | 0ee796632a9c0f5e098cdced6c4f9033c00cd149 (diff) | |
download | dexon-0e9a9f243fa2dda3a4411aa07f3e958c9aabc889.tar dexon-0e9a9f243fa2dda3a4411aa07f3e958c9aabc889.tar.gz dexon-0e9a9f243fa2dda3a4411aa07f3e958c9aabc889.tar.bz2 dexon-0e9a9f243fa2dda3a4411aa07f3e958c9aabc889.tar.lz dexon-0e9a9f243fa2dda3a4411aa07f3e958c9aabc889.tar.xz dexon-0e9a9f243fa2dda3a4411aa07f3e958c9aabc889.tar.zst dexon-0e9a9f243fa2dda3a4411aa07f3e958c9aabc889.zip |
mobile: fix ropsten chain configs
Diffstat (limited to 'mobile/params.go')
-rw-r--r-- | mobile/params.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/params.go b/mobile/params.go index 507c15349..8d5d3edbe 100644 --- a/mobile/params.go +++ b/mobile/params.go @@ -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(), |