mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-13 01:11:31 +01:00
WIP: Lightweight version of ark-circom (#41)
* remove ethers-core * test * return ethereum and add a feature * lint fixes --------- Co-authored-by: s1fr0 <28568419+s1fr0@users.noreply.github.com> Co-authored-by: tyshkor <tyshko1@gmail.com>
This commit is contained in:
@@ -313,8 +313,7 @@ mod runtime {
|
||||
// NOTE: We can also get more information why it is failing, see p2str etc here:
|
||||
// https://github.com/iden3/circom_runtime/blob/master/js/witness_calculator.js#L52-L64
|
||||
println!(
|
||||
"runtime error, exiting early: {0} {1} {2} {3} {4} {5}",
|
||||
a, b, c, d, e, f
|
||||
"runtime error, exiting early: {a} {b} {c} {d} {e} {f}",
|
||||
);
|
||||
Err(RuntimeError::user(Box::new(ExitCode(1))))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user