mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Update rest.go (#349)
Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
This commit is contained in:
parent
7ff6869d25
commit
44603dbaa9
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ func (h *HeimdallClient) FetchWithRetry(rawPath string, rawQuery string) (*Respo
|
|||
if err == nil && res != nil {
|
||||
return res, nil
|
||||
}
|
||||
log.Info("Retrying again in 5 seconds for next Heimdall data", "path", u.Path)
|
||||
log.Info("Retrying again in 5 seconds to fetch data from Heimdall", "path", u.Path)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue