Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Sep 12, 2024
1 parent aeea09d commit 2579c16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ per_settlement_prelim as (
and t.tx_hash = from_hex(r.tx_hash)
where
json_extract(a.encode, '$.metadata.partnerFee.recipient') is not null
and t.block_number >= (select start_block from "query_3333356(start_time='2018-01-01 00:00',end_time='{{end_time}}')")
and t.block_number < (select end_block from "query_3333356(start_time='2018-01-01 00:00',end_time='{{end_time}}')")
and t.block_number >= (select start_block from "query_3333356(start_time='{{start_time}}',end_time='{{end_time}}')")
and t.block_number < (select end_block from "query_3333356(start_time='{{start_time}}',end_time='{{end_time}}')")
order by
t.block_time desc
),
Expand Down

0 comments on commit 2579c16

Please sign in to comment.