From 85d795d9314ef80d667c17318342515ea4798dec Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Sat, 20 Oct 2018 17:01:15 +0800 Subject: Remove reference of Rinkeby and Goerli network. We do not need ethereum Rinkeby and Goerli network in our system, remove it. --- mobile/params.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mobile/params.go') diff --git a/mobile/params.go b/mobile/params.go index bfcbf67af..f9b94b130 100644 --- a/mobile/params.go +++ b/mobile/params.go @@ -41,15 +41,6 @@ func TestnetGenesis() string { return string(enc) } -// RinkebyGenesis returns the JSON spec to use for the Rinkeby test network -func RinkebyGenesis() string { - enc, err := json.Marshal(core.DefaultRinkebyGenesisBlock()) - if err != nil { - panic(err) - } - return string(enc) -} - // FoundationBootnodes returns the enode URLs of the P2P bootstrap nodes operated // by the foundation running the V5 discovery protocol. func FoundationBootnodes() *Enodes { -- cgit v1.2.3