Skip to content

Commit

Permalink
remove redundant field name
Browse files Browse the repository at this point in the history
  • Loading branch information
anaPerezGhiglia committed Jun 26, 2024
1 parent 904eaf1 commit 36a41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/acvm/src/pwg/brillig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl<'b, B: BlackBoxFunctionSolver<F>, F: AcirField> BrilligSolver<'b, F, B> {
.collect();
Err(OpcodeResolutionError::BrilligFunctionFailed {
payload: Some(ResolvedAssertionPayload::String(message)),
call_stack: call_stack,
call_stack,
})
}

Expand Down

0 comments on commit 36a41ef

Please sign in to comment.