Fix broken Goerli sync (#3817)

Previous preverified hashes were not from Goerli
This commit is contained in:
TBC Dev 2022-04-05 09:05:28 +08:00 committed by GitHub
parent 4fb2a14756
commit 057298f71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34673 additions and 5 deletions

View File

@ -520,7 +520,7 @@ func InitPreverifiedHashes(chain string) (map[common.Hash]struct{}, uint64) {
height = sepoliaPreverifiedHeight
case networkname.GoerliChainName:
encodings = goerliPreverifiedHashes
height = goerliPreferifiedHeight
height = goerliPreverifiedHeight
default:
log.Debug("Preverified hashes not found for", "chain", chain)
return nil, 0

File diff suppressed because it is too large Load Diff