From bf7e5b53704cbbd2b12afc72e3a7e54835c16f5c Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 26 Apr 2018 22:59:48 +0700 Subject: [PATCH] fix --- light/postprocess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/postprocess.go b/light/postprocess.go index aebd82c31d..741b028c59 100644 --- a/light/postprocess.go +++ b/light/postprocess.go @@ -75,7 +75,7 @@ var ( // trustedCheckpoints associates each known checkpoint with the genesis hash of the chain it belongs to var trustedCheckpoints = map[common.Hash]trustedCheckpoint{ - params./: mainnetCheckpoint, + params.MainnetGenesisHash: mainnetCheckpoint, params.TestnetGenesisHash: ropstenCheckpoint, }