diff --git a/app/core/background/indexer_service.py b/app/core/background/indexer_service.py index 5bf0511..e7a1cb7 100644 --- a/app/core/background/indexer_service.py +++ b/app/core/background/indexer_service.py @@ -20,7 +20,7 @@ async def indexer_loop(platform_found: bool, seqno: int) -> [bool, int]: platform_state = await toncenter.get_account(platform.address.to_string(1, 1, 1)) if not platform_state.get('code'): make_log("TON", "Platform contract is not deployed, skipping loop", level="info") - await send_status("Indexer", "not working: platform is not deployed") + await send_status("indexer", "not working: platform is not deployed") return False, seqno else: platform_found = True