Skip to content

Commit

Permalink
fix: Mutator set batch remove
Browse files Browse the repository at this point in the history
  • Loading branch information
aszepieniec authored and dan-da committed Apr 2, 2024
1 parent cb2b5dc commit d602858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util_types/mutator_set/archival_mutator_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ where
};
let chunk_index_to_chunk_new_state =
kernel.batch_remove(removal_records, preserved_membership_proofs);
self.swbf_active = kernel.swbf_active;

// extract modified leafs with indices
let mut indices_and_new_leafs = chunk_index_to_chunk_new_state
Expand Down

0 comments on commit d602858

Please sign in to comment.