Skip to content

Commit

Permalink
Update token_transfers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 4, 2024
1 parent a85c288 commit 825aa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/_ydb/token_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def yield_thru_block(self, block) -> AsyncIterator["asyncio.Task[TokenTran
yield task
logger.debug("%s yield thru %s complete", self, block)

async def _extend(self, objs: List[evmspec.log.Log]) -> None:
async def _extend(self, objs: List[evmspec.Log]) -> None:
shitcoins = SHITCOINS.get(chain.id, set())
for log in objs:
if log.address in shitcoins:
Expand Down

0 comments on commit 825aa0c

Please sign in to comment.