Skip to content

Commit

Permalink
remove finalise
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny2022da committed Aug 2, 2024
1 parent 044c369 commit f538804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/parallel_statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ func (s *ParallelStateDB) FinaliseForParallel(deleteEmptyObjects bool, mainDB *S
obj.finalise(true) // Prefetch slots in the background
} else {
obj.fixUpOriginAndResetPendingStorage()
obj.finalise(false)
// obj.finalise(false)
}
}

Expand Down

0 comments on commit f538804

Please sign in to comment.