Skip to content

Commit

Permalink
Fix flag names after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Apr 30, 2024
1 parent ac371f0 commit 7969b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benches/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn criterion_benchmark(c: &mut Criterion) {

let create_bundle = |num_recipients| {
let mut builder = Builder::new(
BundleType::DEFAULT_VANILLA,
BundleType::DEFAULT_WITHOUT_ZSA,
Anchor::from_bytes([0; 32]).unwrap(),
);
for _ in 0..num_recipients {
Expand Down
2 changes: 1 addition & 1 deletion benches/note_decryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn bench_note_decryption(c: &mut Criterion) {

let bundle = {
let mut builder = Builder::new(
BundleType::DEFAULT_VANILLA,
BundleType::DEFAULT_WITHIOUT_ZSA,
Anchor::from_bytes([0; 32]).unwrap(),
);
// The builder pads to two actions, and shuffles their order. Add two recipients
Expand Down

0 comments on commit 7969b9e

Please sign in to comment.