Skip to content

Commit c766b8b

Browse files
committed
Fix parsing IR file in assigner
1 parent 6fb1978 commit c766b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/assigner/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ int curve_dependent_main(std::string bytecode_file_name,
464464
check_validity
465465
);
466466

467-
if (!assigner_instance.parseIRFile(bytecode_file_name.c_str())) {
467+
if (!assigner_instance.parse_ir_file(bytecode_file_name.c_str())) {
468468
return 1;
469469
}
470470
if (!processed_public_input_file_name.empty()) {

0 commit comments

Comments
 (0)