Skip to content

Commit

Permalink
[rfq] update should process (#1776)
Browse files Browse the repository at this point in the history
Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
  • Loading branch information
trajan0x and trajan0x authored Jan 8, 2024
1 parent 6e59819 commit 8470b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/rfq/relayer/service/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ func (q *QuoteRequestHandler) handleSeen(ctx context.Context, _ trace.Span, requ
if err != nil {
return fmt.Errorf("could not update request status: %w", err)
}
// shouldn't process from here on out
return nil
}
// get destination commitable balancs
commitableBalance, err := q.Inventory.GetCommittableBalance(ctx, int(q.Dest.ChainID), request.Transaction.DestToken)
Expand Down

0 comments on commit 8470b73

Please sign in to comment.