mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
parent
51342136fa
commit
3ff99ae52c
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ func (s *Syncer) run() {
|
||||||
)
|
)
|
||||||
for {
|
for {
|
||||||
if retries >= 10 {
|
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
|
break
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue