aboutsummaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-11-21 05:32:31 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-11-23 16:34:01 +0800
commita8ca75738a45a137ff7b2dfa276398fad26439da (patch)
tree69c28c8a7b79c7a4412cea8964fbbafe16b4b3cc /mobile
parentaad4890082c1624795991d534db9497c8b63630d (diff)
downloadgo-tangerine-a8ca75738a45a137ff7b2dfa276398fad26439da.tar
go-tangerine-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.gz
go-tangerine-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.bz2
go-tangerine-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.lz
go-tangerine-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.xz
go-tangerine-a8ca75738a45a137ff7b2dfa276398fad26439da.tar.zst
go-tangerine-a8ca75738a45a137ff7b2dfa276398fad26439da.zip
core: implemented new ropsten testnet
Diffstat (limited to 'mobile')
-rw-r--r--mobile/params.go2
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.