Skip to content

Commit

Permalink
Update crates/engine/tree/src/tree/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Sep 11, 2024
1 parent 7ca85f2 commit f9c572f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/engine/tree/src/tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,6 @@ where
let mut state_root_result = None;
let persistence_in_progress = self.persistence_state.in_progress();
if !persistence_in_progress {
// NOTE: there is a possibility of a race condition here if some data was persisted. ???
let consistent_view = ConsistentDbView::new_with_latest_tip(self.provider.clone())?;
let mut trie_nodes = TrieUpdates::default();
let mut state = HashedPostState::default();
Expand Down

0 comments on commit f9c572f

Please sign in to comment.