Skip to content

Commit

Permalink
fix bug in getting token balances
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Oct 11, 2024
1 parent 68513ed commit aeb7652
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 @@ -139,7 +139,7 @@ def process_single_transaction(
self.db.write_transaction_tokens(transaction_tokens)

# update token decimals
update_token_decimals(self.db.engine, self.blockchain_data.web3)
update_token_decimals(self.db, self.blockchain_data)

# get prices
prices_new = self.get_prices_for_tokens(
Expand Down

0 comments on commit aeb7652

Please sign in to comment.