Skip to content

Commit

Permalink
Comment out transcript init for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed Dec 8, 2023
1 parent f5a9fc8 commit ca83302
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ namespace nil {
auto write_iter = cv.begin();
nil::marshalling::status_type status = filled_val.write(write_iter, cv.size());

transcript(cv);
// TODO(martun): uncomment this after fix.
// transcript(cv);
}
} // namespace detail
} // namespace snark
Expand Down

0 comments on commit ca83302

Please sign in to comment.