Skip to content

Commit

Permalink
nitfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Jan 6, 2025
1 parent 8040496 commit af2d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporter/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (r *Reporter) getHeaderMsgsToSubmit(signer string, ibs []*types.IndexedBloc
err = retrywrap.Do(func() error {
res, err = r.babylonClient.ContainsBTCBlock(&blockHash)

return fmt.Errorf("error in contains block: %w", err)
return err
},
retry.Delay(r.retrySleepTime),
retry.MaxDelay(r.maxRetrySleepTime),
Expand Down

0 comments on commit af2d3b0

Please sign in to comment.