Skip to content

Commit

Permalink
Use correct column
Browse files Browse the repository at this point in the history
  • Loading branch information
aalan3 authored and Pluies committed Jun 19, 2024
1 parent 5ff1c6f commit d6855d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WHERE creation.topic0 = 0x0d3648bd0f6ba80134a33ba9275ac585d9d315f0ad8355cddefde3
{% if is_incremental() %}
AND {{ incremental_predicate('block_time') }}
{% else %}
AND tx.block_time >= TIMESTAMP '{{zeroex_v3_start_date}}'
AND block_time >= TIMESTAMP '{{zeroex_v3_start_date}}'
{% endif %}
)
WHERE rn = 1

0 comments on commit d6855d3

Please sign in to comment.