Skip to content

Commit

Permalink
Update src/transaction_processor.py
Browse files Browse the repository at this point in the history
Co-authored-by: bram-vdberg <[email protected]>
  • Loading branch information
harisang and bram-vdberg authored Sep 25, 2024
1 parent e56af3f commit e18a4a4
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 @@ -30,7 +30,7 @@ def __init__(
self.process_prices = process_prices

self.imbalances = RawTokenImbalances(self.blockchain_data.web3, self.chain_name)
self.price_providers = PriceFeed(process_prices)
self.price_providers = PriceFeed(activate=process_prices)
self.log_message: list[str] = []

def get_start_block(self) -> int:
Expand Down

0 comments on commit e18a4a4

Please sign in to comment.