Skip to content

Commit 42555d0

Browse files
committed
fix(db): update ru history indices instead of using the host block number
This will cause issues since we're not providing the correct number for changeset updates on the L2.
1 parent 118c62f commit 42555d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/db/src/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ where
470470
index += 1;
471471
}
472472

473-
self.update_history_indices(host_height..=host_height)?;
473+
self.update_history_indices(ru_height..=ru_height)?;
474474

475475
self.update_pipeline_stages(ru_height, false)?;
476476

0 commit comments

Comments
 (0)