Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub(crate) comptime fn process_functions(m: Module) -> Quoted {
);
make_functions_uncallable(
utility_functions,
"Calling utility functions directly from within the contract is not supported. You attempted to call ",
"Direct invocation of utility functions is not supported. You attempted to call ",
);

// INTERNAL FUNCTIONS
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Calling utility functions directly from within the contract is not supported. You attempted to call arbitrary_external_function. See https://docs.aztec.network/errors/6
Direct invocation of utility functions is not supported. You attempted to call arbitrary_external_function. See https://docs.aztec.network/errors/6
Loading