From 2c9a324454c0ca8343afea4b7961db37a67e208f Mon Sep 17 00:00:00 2001 From: benesjan Date: Tue, 18 Feb 2025 15:36:29 +0000 Subject: [PATCH] fix --- noir-projects/aztec-nr/aztec/src/macros/mod.nr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir-projects/aztec-nr/aztec/src/macros/mod.nr b/noir-projects/aztec-nr/aztec/src/macros/mod.nr index 0ca5d6874851..82df585a9187 100644 --- a/noir-projects/aztec-nr/aztec/src/macros/mod.nr +++ b/noir-projects/aztec-nr/aztec/src/macros/mod.nr @@ -5,7 +5,7 @@ pub mod notes; pub mod storage; pub mod events; -use functions::stub_registry; +use functions::{stub_registry, utils::transform_unconstrained}; use notes::{generate_note_export, NOTES}; use storage::STORAGE_LAYOUT_NAME;