Skip to content

Commit 74460b3

Browse files
authored
Fix typo (#292)
1 parent a2dc9e8 commit 74460b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cowprotocol/accounting/fees/protocol_fees_by_order_class_3703312.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protocol_fees_collected as (
3030
when partner_fee_recipient is not null then partner_fee * protocol_fee_native_price / pow(10, 18)
3131
end as partner_fee_native_token,
3232
protocol_fee * protocol_fee_native_price / pow(10, 18) - coalesce(case when partner_fee_recipient is not null then cast(partner_fee as int256) * protocol_fee_native_price / pow(10, 18) end, 0) as net_protocol_fee_in_native_token, --noqa: AL03, PRS
33-
protocol_fee_token as surplus_token
33+
protocol_fee_token as surplus_token,
3434
quote_gas_cost,
3535
quote_sell_token_price,
3636
quote_sell_amount,

0 commit comments

Comments
 (0)