Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 24, 2024
1 parent de9fe5c commit 3d3c8d3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ use crate::{
encrypted_logs::payload::compute_encrypted_event_log, keys::getters::get_ovsk_app,
oracle::random::random,
};
use dep::protocol_types::{
address::AztecAddress, public_keys::{OvpkM, IvpkM}, hash::sha256_to_field,
};

fn compute_raw_event_log<Event, let N: u32>(
context: PrivateContext,
Expand Down

0 comments on commit 3d3c8d3

Please sign in to comment.