mirror of
https://github.com/FlipsideCrypto/terra-models.git
synced 2026-02-06 14:11:44 +00:00
hotfix
This commit is contained in:
parent
c8409d80f1
commit
6d2f4ca1e0
@ -97,7 +97,9 @@ successful_sends AS (
|
||||
AND A.packet_src_channel = b.packet_src_channel
|
||||
AND A.packet_dst_channel = b.packet_dst_channel
|
||||
WHERE
|
||||
A.msg_type = 'send_packet'
|
||||
A.msg_type = 'send_packet' qualify(ROW_NUMBER() over(PARTITION BY A.tx_id, A.msg_group
|
||||
ORDER BY
|
||||
msg_group) = 1)
|
||||
),
|
||||
all_transfers AS (
|
||||
SELECT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user