Skip to content

Commit

Permalink
[goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Feb 4, 2024
1 parent 7308da6 commit c6937bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/rfq/relayer/quoter/quoter.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ func (m *Manager) isProfitableQuote(parentCtx context.Context, quote reldb.Quote
func (m *Manager) SubmitAllQuotes(ctx context.Context) (err error) {
ctx, span := m.metricsHandler.Tracer().Start(ctx, "submitQuotes")
defer func() {
logger.Error(err)
metrics.EndSpanWithErr(span, err)
}()

Expand Down

0 comments on commit c6937bd

Please sign in to comment.