diff options
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. |