diff --git a/src/spark/main.py b/src/spark/main.py index bfa179d..939f3a0 100644 --- a/src/spark/main.py +++ b/src/spark/main.py @@ -71,7 +71,6 @@ tx_grouped = tx_df \ # take the first tx tx_zero = tx_grouped \ .select('*') \ - .where('tx_id = 3') \ .limit(1) # find txs with overlapping addresses