Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Feb 12, 2024
1 parent cacc290 commit aefcabe
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 @@ -158,7 +158,7 @@ select
END as protocol_fee_token,
coalesce(protocol_fee_native_price, 0.0) as protocol_fee_native_price,
cast(oq.sell_amount as numeric(78, 0)) as quote_sell_amount,
cast(oq.buy_amount numeric(78, 0)) as quote_buy_amount,
cast(oq.buy_amount as numeric(78, 0)) as quote_buy_amount,
cast(oq.gas_amount * oq.gas_price as numeric(78, 0)) as quote_gas_cost,
oq.sell_token_price as quote_sell_token_price
from
Expand Down

0 comments on commit aefcabe

Please sign in to comment.