Skip to content

Commit

Permalink
Merge pull request #81 from cowprotocol/silence_duplicate_entries_db_…
Browse files Browse the repository at this point in the history
…errors

Switch error to info until proper restructuring is done
  • Loading branch information
harisang authored Oct 29, 2024
2 parents 7dd2e55 + 9dec676 commit a96050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def handle_prices(
)
self.log_message.append(f"Token: {token_address}, Price: {price} ETH")
except Exception as err:
logger.error(f"Error: {err}")
logger.info(f"Error: {err}")


def calculate_slippage(
Expand Down

0 comments on commit a96050e

Please sign in to comment.