From 6e3f26d47ef09c07a6ba0854aaaf654974518486 Mon Sep 17 00:00:00 2001 From: azurwastaken Date: Thu, 10 Oct 2024 18:00:16 +0200 Subject: [PATCH] zzzzzz --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index fdce270..4ba6fda 100644 --- a/src/main.rs +++ b/src/main.rs @@ -309,7 +309,7 @@ pub(crate) async fn hyperlane_dispatch_monitor( loop { interval.tick().await; // Wait for the next tick - // Skip if indexer is still syncing + // Skip if indexer is still syncing if wait_for_syncing && !indexers_are_synced("pragma_devnet_dispatch_event").await { continue; }