Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Mar 5, 2024
1 parent 5189767 commit be72443
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ contract Test {
hash::{pedersen_hash, compute_secret_hash},
note::{
lifecycle::{create_note, destroy_note}, note_getter::{get_notes, view_notes},
note_getter_options::NoteStatus
},
note_getter_options::NoteStatus,
deploy::{deploy_contract as aztec_deploy_contract},
oracle::{get_public_key::get_public_key as get_public_key_oracle, context::get_portal_address, rand::rand},
log::emit_unencrypted_log_from_private
Expand Down

0 comments on commit be72443

Please sign in to comment.