From 7f18d9d9823e641360f3a98606b5f94256dd7182 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 | 2 -- 1 file changed, 2 deletions(-) (limited to 'light/postprocess.go') 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 ( -- cgit