From 352f8a13894eb69b0619b56788426a306fd581fd Mon Sep 17 00:00:00 2001 From: benesjan Date: Tue, 1 Oct 2024 13:24:28 +0000 Subject: [PATCH] less verbose comment --- noir-projects/aztec-nr/aztec/src/macros/mod.nr | 2 -- 1 file changed, 2 deletions(-) diff --git a/noir-projects/aztec-nr/aztec/src/macros/mod.nr b/noir-projects/aztec-nr/aztec/src/macros/mod.nr index 257ce405cde..677d0af070b 100644 --- a/noir-projects/aztec-nr/aztec/src/macros/mod.nr +++ b/noir-projects/aztec-nr/aztec/src/macros/mod.nr @@ -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(