Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Sep 26, 2024
1 parent cd10601 commit ffae32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/state/historical_rocksdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ where
// Try to take the value from `ModificationsHistoryV2` first.
// If the migration is still in progress, remove the value from
// `ModificationsHistoryV1` and return it if no value for `ModificationsHistoryV2`
// was found. This is necessary to avoid scenarious where it is possible to
// was found. This is necessary to avoid scenarios where it is possible to
// roll back twice to the same block height
fn multiversion_take<Description>(
storage_transaction: &mut StorageTransaction<&RocksDb<Historical<Description>>>,
Expand Down

0 comments on commit ffae32a

Please sign in to comment.