This commit is contained in:
osiris account 2023-03-11 21:19:45 -08:00
parent a21a0ffe2a
commit 6e6d1b896f

View File

@ -141,7 +141,7 @@ class TokenIndexer:
"""Get transfer logs from a given address between two blocks by small chunks"""
logs = []
from_block = 16780001#from_block or 1
from_block = from_block or 1
to_block = to_block or self._get_last_block_number()
log_info(f'Indexing transfer events between blocks {from_block} and {to_block}...')