We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb1978 commit c766b8bCopy full SHA for c766b8b
bin/assigner/src/main.cpp
@@ -464,7 +464,7 @@ int curve_dependent_main(std::string bytecode_file_name,
464
check_validity
465
);
466
467
- if (!assigner_instance.parseIRFile(bytecode_file_name.c_str())) {
+ if (!assigner_instance.parse_ir_file(bytecode_file_name.c_str())) {
468
return 1;
469
}
470
if (!processed_public_input_file_name.empty()) {
0 commit comments