@@ -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