Better Log In Case Contract Code Not Found At Address (#11118)

This commit is contained in:
Raul Jordan 2022-07-27 15:22:16 +00:00 committed by GitHub
parent 59dcea81c2
commit 9e74c3d641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,7 +580,10 @@ func (s *Service) initPOWService() {
if err := s.processPastLogs(ctx); err != nil {
s.retryExecutionClientConnection(ctx, err)
errorLogger(err, "Unable to process past deposit contract logs")
errorLogger(
err,
"Unable to process past deposit contract logs, perhaps your execution client is not fully synced",
)
continue
}
// Cache eth1 headers from our voting period.