Skip to content

Commit

Permalink
Update address.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 16, 2024
1 parent 1da70f0 commit d2a1b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(

super().__init__(start_block)

self.transactions = AddressTransactionsLedger(self)
self.transactions = AddressTransactionsLedger(self, num_workers_transactions)
"""
Ledger for tracking transactions.
"""
Expand Down

0 comments on commit d2a1b89

Please sign in to comment.