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-04-09 13:49:54 +0800
commit28873ed1a5e07a106f3c5fadbe070570d81deead (patch)
treefee04fe316643108a2ef3882ce55cf8168ef3709 /light
parent4aa75b40157d749f81e91768313f46f39b0d23e4 (diff)
downloaddexon-28873ed1a5e07a106f3c5fadbe070570d81deead.tar
dexon-28873ed1a5e07a106f3c5fadbe070570d81deead.tar.gz
dexon-28873ed1a5e07a106f3c5fadbe070570d81deead.tar.bz2
dexon-28873ed1a5e07a106f3c5fadbe070570d81deead.tar.lz
dexon-28873ed1a5e07a106f3c5fadbe070570d81deead.tar.xz
dexon-28873ed1a5e07a106f3c5fadbe070570d81deead.tar.zst
dexon-28873ed1a5e07a106f3c5fadbe070570d81deead.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.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/light/postprocess.go b/light/postprocess.go
index 95515fa79..b1a384b5d 100644
--- a/light/postprocess.go
+++ b/light/postprocess.go
@@ -108,8 +108,6 @@ var (
var trustedCheckpoints = map[common.Hash]*params.TrustedCheckpoint{
params.MainnetGenesisHash: params.MainnetTrustedCheckpoint,
params.TestnetGenesisHash: params.TestnetTrustedCheckpoint,
- params.RinkebyGenesisHash: params.RinkebyTrustedCheckpoint,
- params.GoerliGenesisHash: params.GoerliTrustedCheckpoint,
}
var (