Skip to content

Commit

Permalink
switch error to info until further notice
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Oct 29, 2024
1 parent 7dd2e55 commit 9dec676
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 9dec676

Please sign in to comment.