From 174b8c3bc1202de027b62fb1d995df3c69bdb254 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 network. We do not need ethereum Rinkeby network in our system, remove it. --- light/postprocess.go | 1 - 1 file changed, 1 deletion(-) (limited to 'light') 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 ( -- cgit v1.2.3