From 87ace1b3bf6f7d525e4f2a958d19749fb44114af Mon Sep 17 00:00:00 2001 From: acerone85 Date: Mon, 30 Sep 2024 15:11:13 +0100 Subject: [PATCH] Fix documentation comment --- crates/fuel-core/src/state/historical_rocksdb.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/fuel-core/src/state/historical_rocksdb.rs b/crates/fuel-core/src/state/historical_rocksdb.rs index 47983f5ec61..0f0cc91126f 100644 --- a/crates/fuel-core/src/state/historical_rocksdb.rs +++ b/crates/fuel-core/src/state/historical_rocksdb.rs @@ -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,