Skip to content

Commit

Permalink
Simple comment for triggering docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfior committed Dec 7, 2024
1 parent 1cd1ee5 commit 84cd359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def fetch_unseen_transactions_df(
existing_hashes = self.blockchain_table_handler.fetch_all_transaction_hashes(
consumer_address=consumer_address
)
# Filter out existing hashes - hashes by default lowercase
# Filter out existing hashes - hashes are by default lowercase
df = df.filter(~pl.col("hash").is_in(existing_hashes))
return df

Expand Down

0 comments on commit 84cd359

Please sign in to comment.