Skip to content

Commit

Permalink
Update rust/main/hyperlane-base/src/contract_sync/cursors/rate_limite…
Browse files Browse the repository at this point in the history
…d.rs

Co-authored-by: Danil Nemirovsky <[email protected]>
  • Loading branch information
Mantas-M and ameten authored Dec 9, 2024
1 parent adaeece commit f98afce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl<T: Indexable + Sync + Send + Debug + 'static> RateLimitedContractSyncCursor
#[async_trait]
impl<T> ContractSyncCursor<T> for RateLimitedContractSyncCursor<T>
where
T: Send + Sync + Debug + 'static + Indexable,
T: Indexable + Send + Sync + Debug + 'static,
{
async fn next_action(&mut self) -> Result<(CursorAction, Duration)> {
let eta = self.sync_eta();
Expand Down

0 comments on commit f98afce

Please sign in to comment.