From 24d9261d252b11c64fa0b37f71c59def5aba496e Mon Sep 17 00:00:00 2001 From: Eric Laurello Date: Wed, 25 Oct 2023 10:49:00 -0400 Subject: [PATCH] tx --- .../core/realtime/streamline__transactions_realtime.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/streamline/core/realtime/streamline__transactions_realtime.sql b/models/streamline/core/realtime/streamline__transactions_realtime.sql index c29b454..ef02279 100644 --- a/models/streamline/core/realtime/streamline__transactions_realtime.sql +++ b/models/streamline/core/realtime/streamline__transactions_realtime.sql @@ -13,7 +13,7 @@ WITH blocks AS ( FROM {{ ref("streamline__complete_txcount") }} WHERE - block_number > 1127901 + block_number > 1129940 EXCEPT SELECT block_number