Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 19, 2024
1 parent fc0aef0 commit 490f3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_portfolio/_ledgers/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ async def _load_new_objects(self, _: Block, end_block: Block) -> AsyncIterator[T
if self.objects:
self.objects.sort(key=lambda t: t.nonce)
self.cached_thru_nonce = self.objects[-1].nonce
assert self.cached_thru_nonce, self.objects[-1]

if self.cached_from is None:
self.cached_from = 0
Expand Down

0 comments on commit 490f3d9

Please sign in to comment.