diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-10-20 17:01:15 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:50 +0800 |
commit | 7f18d9d9823e641360f3a98606b5f94256dd7182 (patch) | |
tree | 03c1567598449677d7fbf1808c15ceb2d303cc0d /light | |
parent | 0a3d913bf68dd165337ac20977b8379fd1acf469 (diff) | |
download | dexon-7f18d9d9823e641360f3a98606b5f94256dd7182.tar.gz 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 'light')
-rw-r--r-- | light/postprocess.go | 2 |
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 ( |