diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-11-21 05:32:31 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-11-23 16:34:01 +0800 |
commit | a8ca75738a45a137ff7b2dfa276398fad26439da (patch) | |
tree | 69c28c8a7b79c7a4412cea8964fbbafe16b4b3cc /mobile | |
parent | aad4890082c1624795991d534db9497c8b63630d (diff) | |
download | dexon-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.gz dexon-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.zst dexon-a8ca75738a45a137ff7b2dfa276398fad26439da.zip |
core: implemented new ropsten testnet
Diffstat (limited to 'mobile')
-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 1b9f124b4..507c15349 100644 --- a/mobile/params.go +++ b/mobile/params.go @@ -60,7 +60,7 @@ func TestnetChainConfig() *ChainConfig { // TestnetGenesis returns the JSON spec to use for the Ethereum test network. func TestnetGenesis() string { - return core.TestNetGenesisBlock() + return core.DefaultTestnetGenesisBlock() } // ChainConfig is the core config which determines the blockchain settings. |