Skip to content

Commit

Permalink
less verbose comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 1, 2024
1 parent 7eb9843 commit 352f8a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noir-projects/aztec-nr/aztec/src/macros/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ use dispatch::generate_public_dispatch;
/// the `compute_note_hash_and_optionally_a_nullifier` function PXE requires in order to validate notes.
///
/// Note: This is a module annotation, so the returned quote gets injected inside the module (contract) itself.
/// The difference between a module and a regular struct or functionn annotation is that module annotations inject
/// the code inside the module instead of directly below the annotated element.
pub comptime fn aztec(m: Module) -> Quoted {
let interface = generate_contract_interface(m);
let unconstrained_functions = m.functions().filter(
Expand Down

0 comments on commit 352f8a1

Please sign in to comment.