Skip to content

Commit

Permalink
Update tooling/nargo_cli/src/cli/debug_cmd.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <[email protected]>
  • Loading branch information
mverzilli and TomAFrench authored Oct 13, 2023
1 parent 38ad0db commit a897c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_cli/src/cli/debug_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub(crate) fn debug_program(

noir_debugger::debug_circuit(
&blackbox_solver,
&compiled_program.circuit.clone(),
&compiled_program.circuit,
debug_artifact,
initial_witness,
true,
Expand Down

0 comments on commit a897c79

Please sign in to comment.