Skip to content

Commit

Permalink
import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 19, 2023
1 parent 8837381 commit 0ca4271
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yarn-project/aztec-nr/aztec/src/note/lifecycle.nr
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use dep::std::option::Option;
use crate::abi::PublicContextInputs;
use crate::context::{
PrivateContext,
Expand All @@ -9,12 +8,8 @@ use crate::note::{
note_interface::NoteInterface,
utils::compute_inner_note_hash,
};
use crate::oracle::{
notes::{notify_created_note, notify_nullified_note},
get_public_key::get_public_key,
};
use crate::oracle::notes::{notify_created_note, notify_nullified_note};
use crate::constants_gen::EMPTY_NULLIFIED_COMMITMENT;
use crate::log::emit_encrypted_log;

pub fn create_note<Note, N>(
context: &mut PrivateContext,
Expand Down

0 comments on commit 0ca4271

Please sign in to comment.