Skip to content

Commit

Permalink
Comment out transcript init for now. (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
martun authored Dec 8, 2023
1 parent 0f73002 commit 92be48e
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 92be48e

Please sign in to comment.