diff --git a/aztec/src/context/public_context.nr b/aztec/src/context/public_context.nr index 9730495..910741a 100644 --- a/aztec/src/context/public_context.nr +++ b/aztec/src/context/public_context.nr @@ -295,7 +295,7 @@ unconstrained fn avm_return(returndata: [Field; N]) { // to do rethrows, where the revert data is the same as the original revert data. // For normal reverts, use Noir's `assert` which, on top of reverting, will also add // an error selector to the revert data. -unconstrained fn avm_revert(revertdata: [Field]) { +unconstrained fn avm_revert(revertdata: [Field]) { revert_opcode(revertdata) }