From 071aa1f735ecd7384377b90ec8456763189a44fb Mon Sep 17 00:00:00 2001 From: Austin <93135983+austinFlipside@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:52:07 -0400 Subject: [PATCH] fix heal (#140) --- models/evm/gold/core/core_evm__fact_traces.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/evm/gold/core/core_evm__fact_traces.sql b/models/evm/gold/core/core_evm__fact_traces.sql index 63e5215..8a410af 100644 --- a/models/evm/gold/core/core_evm__fact_traces.sql +++ b/models/evm/gold/core/core_evm__fact_traces.sql @@ -333,7 +333,7 @@ heal_missing_data AS ( WHERE t.tx_position IS NULL OR t.block_timestamp IS NULL - OR t.tx_status IS NULL + OR t.tx_succeeded IS NULL ) {% endif %}, all_traces AS (