Skip to content

Commit

Permalink
Update portfolio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 17, 2024
1 parent fd4c18a commit d5b11da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_portfolio/_ledgers/portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def __init__(self, portfolio: "Portfolio"): # type: ignore
address.address: getattr(address, self.property_name) for address in portfolio
}
self.portfolio = portfolio
super().__init__()

@property
def _start_block(self) -> int:
Expand Down

0 comments on commit d5b11da

Please sign in to comment.