mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
parent
51342136fa
commit
3ff99ae52c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue