Skip to content

Commit

Permalink
fix(hubble): go into single-block sync mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed May 31, 2024
1 parent f02301e commit 88907eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hubble/src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ impl BlockInsert {
})
})
.retry(&crate::expo_backoff())
.when(|e| !matches!(e, FromProviderError::BlockNotFound))
.await
.map_err(Into::into)
}
Expand Down

0 comments on commit 88907eb

Please sign in to comment.