Skip to content

Commit

Permalink
Fix files missed in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed May 20, 2024
1 parent fb9e09a commit 12f77f7
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 @@ -11,7 +11,7 @@ use orchard::{
builder::{Builder, BundleType},
circuit::{ProvingKey, VerifyingKey},
keys::{FullViewingKey, Scope, SpendingKey},
orchard_flavor::OrchardZSA,
orchard_flavors::OrchardZSA,
value::NoteValue,
Anchor, Bundle,
};
Expand Down
2 changes: 1 addition & 1 deletion benches/note_decryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use orchard::{
keys::{FullViewingKey, PreparedIncomingViewingKey, Scope, SpendingKey},
note::AssetBase,
note_encryption::{action::CompactAction, OrchardDomainBase},
orchard_flavor::OrchardZSA,
orchard_flavors::OrchardZSA,
value::NoteValue,
Anchor, Bundle,
};
Expand Down

0 comments on commit 12f77f7

Please sign in to comment.