aboutsummaryrefslogtreecommitdiffstats
path: root/light
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-03-12 12:19:09 +0800
commit174b8c3bc1202de027b62fb1d995df3c69bdb254 (patch)
tree5ad4c92e1af933147523b2a0571c0bc4f3ae39f6 /light
parent73b611e6530cfeae090fa3c38402bf74fce281e7 (diff)
downloaddexon-174b8c3bc1202de027b62fb1d995df3c69bdb254.tar
dexon-174b8c3bc1202de027b62fb1d995df3c69bdb254.tar.gz
dexon-174b8c3bc1202de027b62fb1d995df3c69bdb254.tar.bz2
dexon-174b8c3bc1202de027b62fb1d995df3c69bdb254.tar.lz
dexon-174b8c3bc1202de027b62fb1d995df3c69bdb254.tar.xz
dexon-174b8c3bc1202de027b62fb1d995df3c69bdb254.tar.zst
dexon-174b8c3bc1202de027b62fb1d995df3c69bdb254.zip
Remove reference of Rinkeby network.
We do not need ethereum Rinkeby network in our system, remove it.
Diffstat (limited to 'light')
-rw-r--r--light/postprocess.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/light/postprocess.go b/light/postprocess.go
index 797a80863..b1a384b5d 100644
--- a/light/postprocess.go
+++ b/light/postprocess.go
@@ -108,7 +108,6 @@ var (
var trustedCheckpoints = map[common.Hash]*params.TrustedCheckpoint{
params.MainnetGenesisHash: params.MainnetTrustedCheckpoint,
params.TestnetGenesisHash: params.TestnetTrustedCheckpoint,
- params.RinkebyGenesisHash: params.RinkebyTrustedCheckpoint,
}
var (