mirror of
https://github.com/FlipsideCrypto/base-models.git
synced 2026-02-06 17:36:52 +00:00
is pending logic (#198)
This commit is contained in:
parent
d929f49d2c
commit
da5b4d81a8
@ -304,7 +304,13 @@ missing_data AS (
|
||||
t.error_reason,
|
||||
t.trace_status,
|
||||
t.data,
|
||||
FALSE AS is_pending,
|
||||
IFF(
|
||||
txs.tx_hash IS NULL
|
||||
OR txs.block_timestamp IS NULL
|
||||
OR txs.tx_status IS NULL,
|
||||
TRUE,
|
||||
FALSE
|
||||
) AS is_pending,
|
||||
t._call_id,
|
||||
GREATEST(
|
||||
t._inserted_timestamp,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user