Skip to content

Commit

Permalink
Started implementing verify command
Browse files Browse the repository at this point in the history
  • Loading branch information
brweisz committed May 21, 2024
1 parent 925f0a5 commit 77b349d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/backend_interface/src/cli/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ impl VerifyCommand {
.arg(self.vk_path);

let output = command.output()?;
println!("{:?}", output);

// We currently do not distinguish between an invalid proof and an error inside the backend.
Ok(output.status.success())
Expand Down

0 comments on commit 77b349d

Please sign in to comment.