Commit 718ff1b 1 parent 511abe5 commit 718ff1b Copy full SHA for 718ff1b
File tree 1 file changed +2
-2
lines changed
barretenberg/cpp/src/barretenberg/bb
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1409,7 +1409,7 @@ int main(int argc, char* argv[])
1409
1409
if (command == " write_arbitrary_valid_proof_and_vk_to_file" ) {
1410
1410
const std::filesystem::path output_dir = get_option (args, " -o" , " ./target" );
1411
1411
api.write_arbitrary_valid_proof_and_vk_to_file (flags, output_dir);
1412
- return 1 ;
1412
+ return 0 ;
1413
1413
}
1414
1414
1415
1415
throw_or_abort (" Invalid command passed to execute_command in bb" );
@@ -1424,7 +1424,7 @@ int main(int argc, char* argv[])
1424
1424
1425
1425
if (proof_system == " client_ivc" ) {
1426
1426
ClientIVCAPI api;
1427
- execute_command (command, flags, api);
1427
+ return execute_command (command, flags, api);
1428
1428
} else if (command == " prove_and_verify" ) {
1429
1429
return proveAndVerify (bytecode_path, recursive, witness_path) ? 0 : 1 ;
1430
1430
} else if (command == " prove_and_verify_ultra_honk" ) {
You can’t perform that action at this time.
0 commit comments