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, }