eth/syncer: fix typo

This commit is contained in:
Marius van der Wijden 2025-08-13 17:09:20 +02:00
parent 51342136fa
commit cb920b718a

View file

@ -99,7 +99,7 @@ func (s *Syncer) run() {
)
for {
if retries >= 10 {
req.errc <- fmt.Errorf("sync target is not avaibale, %x", req.hash)
req.errc <- fmt.Errorf("sync target is not available, %x", req.hash)
break
}
select {