Skip to content

Commit

Permalink
zzzzzz
Browse files Browse the repository at this point in the history
  • Loading branch information
azurwastaken committed Oct 10, 2024
1 parent 95fbaab commit 6e3f26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6e3f26d

Please sign in to comment.