From aefcabe3017b8f4654b6d5da83d4de9ece2e9c7a Mon Sep 17 00:00:00 2001 From: harisang Date: Mon, 12 Feb 2024 19:36:59 +0200 Subject: [PATCH] fix typo --- src/sql/orderbook/order_rewards.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/orderbook/order_rewards.sql b/src/sql/orderbook/order_rewards.sql index 32fa94a7..5d2f3d7d 100644 --- a/src/sql/orderbook/order_rewards.sql +++ b/src/sql/orderbook/order_rewards.sql @@ -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