aboutsummaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-10-20 17:01:15 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:50 +0800
commit7f18d9d9823e641360f3a98606b5f94256dd7182 (patch)
tree03c1567598449677d7fbf1808c15ceb2d303cc0d /mobile
parent0a3d913bf68dd165337ac20977b8379fd1acf469 (diff)
downloaddexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.gz
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.bz2
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.lz
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.xz
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.zst
dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.zip
Remove reference of Rinkeby network.
We do not need ethereum Rinkeby network in our system, remove it.
Diffstat (limited to 'mobile')
-rw-r--r--mobile/params.go9
1 files changed, 0 insertions, 9 deletions
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 {