Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 24, 2025
1 parent 1a58607 commit d7a3fb5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions aggsender/aggsender.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"errors"
"fmt"
"os"
"slices"
"time"

zkevm "github.com/0xPolygon/cdk"
Expand Down Expand Up @@ -695,11 +694,6 @@ func (a *AggSender) checkPendingCertificatesStatus(ctx context.Context) bool {
certificateHeader.ID(), certificate.ElapsedTimeSinceCreation())
thereArePendingCerts = true
}
if slices.Contains(nonSettledStatuses, certificateHeader.Status) {
a.log.Infof("certificate %s is still pending, elapsed time:%s ",
certificateHeader.String(), elapsedTime)
thereArePendingCerts = true
}
}
return thereArePendingCerts
}
Expand Down

0 comments on commit d7a3fb5

Please sign in to comment.