Skip to content

Commit

Permalink
fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 24, 2024
1 parent b026ae7 commit fb79008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ contract NFT {
compute_authwit_nullifier,
};
use dep::aztec::{
encrypted_logs::encrypted_note_emission::{
encode_and_encrypt_note, encrypt_and_emit_partial_log,
},
hash::pedersen_hash,
encrypted_logs::encrypted_note_emission::encode_and_encrypt_note,
keys::getters::get_public_keys,
macros::{
events::event,
Expand All @@ -29,7 +26,7 @@ contract NFT {
AztecAddress, Map, NoteGetterOptions, NoteViewerOptions, PrivateContext, PrivateSet,
PublicContext, PublicMutable, SharedImmutable,
},
protocol_types::{point::Point, traits::{is_empty, Serialize}},
protocol_types::{point::Point, traits::Serialize},
utils::comparison::Comparator,
};
use dep::compressed_string::FieldCompressedString;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ contract Token {
encrypted_event_emission::encode_and_encrypt_event_unconstrained,
encrypted_note_emission::{
encode_and_encrypt_note, encode_and_encrypt_note_unconstrained,
}, encrypted_event_emission::encode_and_encrypt_event_unconstrained,
}, keys::getters::get_public_keys,
},
},
hash::compute_secret_hash,
keys::getters::get_public_keys,
macros::{
events::event,
functions::{initializer, internal, private, public, view},
Expand Down

0 comments on commit fb79008

Please sign in to comment.