mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
Fix broken Goerli sync (#3817)
Previous preverified hashes were not from Goerli
This commit is contained in:
parent
4fb2a14756
commit
057298f71b
@ -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
Loading…
Reference in New Issue
Block a user