Skip to content

Commit

Permalink
fix query that computes quoter
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Jan 10, 2024
1 parent 54d6464 commit 60c569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/orderbook/order_rewards.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ from trade_hashes
on trade_hashes.order_uid = o.order_uid
and trade_hashes.auction_id = o.auction_id
left outer join winning_quotes wq
on o.order_uid = wq.order_uid;
on trade_hashes.order_uid = wq.order_uid;

0 comments on commit 60c569a

Please sign in to comment.