Skip to content

Commit

Permalink
fix: issue where apply batch was not using transaction remove_all_vot…
Browse files Browse the repository at this point in the history
…es_given_by_identities
  • Loading branch information
QuantumExplorer committed Nov 4, 2024
1 parent feacde2 commit 6989f1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl Drive {
if !deletion_batch.is_empty() {
self.apply_batch_low_level_drive_operations(
None,
None,
transaction,
deletion_batch,
&mut vec![],
&platform_version.drive,
Expand Down

0 comments on commit 6989f1b

Please sign in to comment.