Skip to content

Commit

Permalink
Use tickClientless in StartClientless
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Feb 20, 2024
1 parent e965d14 commit 8fbda03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (o *Oracle) StartClientless(ctx context.Context, params oracletypes.Params)

startTime := time.Now()

if err := o.tick(ctx); err != nil {
if err := o.tickClientless(ctx); err != nil {
telemetry.IncrCounter(1, "failure", "clientless tick")
o.logger.Err(err).Msg("clientless oracle tick failed")
}
Expand Down

0 comments on commit 8fbda03

Please sign in to comment.