Skip to content

Commit

Permalink
Log the gas price and the max priority
Browse files Browse the repository at this point in the history
  • Loading branch information
barak manos committed Jan 20, 2024
1 parent 9ba736e commit 2d45be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane_bot/helpers/txhelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ def build_transaction_with_gas(
)
return None
else:
self.ConfigObj.logger.info(f"gas_price = {gas_price}, max_priority = {max_priority}")
self.ConfigObj.logger.warning(
f"[helpers.txhelpers.build_transaction_with_gas] (***2***) \n"
f"Error when building transaction, this is expected to happen occasionally, discarding. Exception: {e.__class__.__name__} {e}"
Expand Down

0 comments on commit 2d45be2

Please sign in to comment.