Skip to content

Commit

Permalink
Merge pull request #101 from PotLock/dev
Browse files Browse the repository at this point in the history
Dev -> prod
  • Loading branch information
Prometheo authored Oct 23, 2024
2 parents 5697df2 + cdcd590 commit ae7729f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions indexer_app/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ def stellar_event_indexer():
else "https://horizon.stellar.org"
)
contract_ids = [settings.STELLAR_CONTRACT_ID, settings.STELLAR_PROJECTS_REGISTRY_CONTRACT]
if contract_ids == ['', '']:
return
start_sequence = get_ledger_sequence()
# start_sequence = 12169
if not start_sequence:
Expand Down
1 change: 0 additions & 1 deletion indexer_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,6 @@ def get_block_height() -> int:
record = BlockHeight.objects.filter(id=1).first()
if record:
return record.block_height
return 130852956



Expand Down

0 comments on commit ae7729f

Please sign in to comment.