Skip to content

Commit

Permalink
Update rest.go (ethereum#349)
Browse files Browse the repository at this point in the history
Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
  • Loading branch information
jdkanani and 0xKrishna authored Apr 20, 2022
1 parent 7ff6869 commit 44603db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/bor/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit 44603db

Please sign in to comment.