This commit is contained in:
Admin 2018-04-26 22:59:48 +07:00
parent 92b6568e37
commit bf7e5b5370

View file

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