Skip to content

Commit

Permalink
use previous message
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jul 1, 2024
1 parent 9762f3a commit ac1d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/brillig_vm/src/black_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ impl BrilligBigintSolver {
if modulus_lhs != modulus_rhs {
return Err(BlackBoxResolutionError::Failed(
func,
"BigInt modulus mismatch".to_string(),
"moduli should be identical in BigInt operation".to_string(),
));
}
let id = self.create_bigint_id();
Expand Down

0 comments on commit ac1d0a7

Please sign in to comment.