We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0b30a commit 4e82673Copy full SHA for 4e82673
crates/apollo_l1_provider/src/l1_scraper.rs
@@ -193,7 +193,7 @@ impl<BaseLayerType: BaseLayerContract + Send + Sync + Debug> L1Scraper<BaseLayer
193
.await
194
.map_err(L1ScraperError::BaseLayerError)?
195
.number;
196
- Ok(last_historic_l2_height)
+ Ok(last_historic_l2_height.unchecked_next())
197
}
198
199
/// Send an initialize message to the L1 provider, including the last L2 height that was proved
0 commit comments