Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
make table references more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Feb 12, 2024
1 parent c86dbe5 commit f9c43fd
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 @@ -147,7 +147,7 @@ winning_quotes as (
select
trade_hashes.block_number as block_number,
concat('0x', encode(trade_hashes.order_uid, 'hex')) as order_uid,
concat('0x', encode(solver, 'hex')) as solver,
concat('0x', encode(trade_hashes.solver, 'hex')) as solver,
quote_solver,
concat('0x', encode(tx_hash, 'hex')) as tx_hash,
coalesce(surplus_fee, 0) :: text as surplus_fee,
Expand Down

0 comments on commit f9c43fd

Please sign in to comment.