Skip to content

Commit

Permalink
Fix documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Sep 30, 2024
1 parent 55c4528 commit 87ace1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/fuel-core/src/state/historical_rocksdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ where
}

/// Migrates a ModificationHistory key-value pair from V1 to V2.
/// The migration fails if other
/// The migration fails if a concurrent transaction which rollbacks
/// to the `height` being migrated commits before this
/// migration transaction commits.
pub fn migrate_modifications_history_at_height(
&self,
height: u64,
Expand Down

0 comments on commit 87ace1b

Please sign in to comment.