From a8ca75738a45a137ff7b2dfa276398fad26439da Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Sun, 20 Nov 2016 22:32:31 +0100 Subject: core: implemented new ropsten testnet --- mobile/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile') 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. -- cgit v1.2.3