Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 17, 2024
1 parent 90a4f8f commit 3b3336d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion noir-projects/aztec-nr/aztec/src/keys/getters/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ use dep::protocol_types::{
use crate::{
context::{PrivateContext, UnconstrainedContext},
oracle::{keys::get_public_keys_and_partial_address, key_validation_request::get_key_validation_request},
keys::{public_keys::{PublicKeys, PUBLIC_KEYS_LENGTH}, stored_keys::StoredKeys, constants::NULLIFIER_INDEX},
keys::{
public_keys::{PublicKeys, PUBLIC_KEYS_LENGTH}, stored_keys::StoredKeys,
constants::{NULLIFIER_INDEX, OUTGOING_INDEX}
},
state_vars::{public_mutable::PublicMutable, map::Map}
};

Expand Down

0 comments on commit 3b3336d

Please sign in to comment.