Skip to content

Commit

Permalink
fix typo (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang authored Nov 28, 2024
1 parent 5046f91 commit 4046e60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ failed_settlements as (
name as solver_name
from
ethereum.transactions
inner join prices.usd as p on p.minute = date_trun('minute', block_time) --noqa: LT02
inner join prices.usd as p on p.minute = date_trunc('minute', block_time) --noqa: LT02
and blockchain = 'ethereum'
and contract_address = 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
inner join cow_protocol_ethereum.solvers on "from" = address --noqa: LT02
Expand Down

0 comments on commit 4046e60

Please sign in to comment.