Skip to content

Commit

Permalink
temporary small main.cpp change
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git committed Apr 16, 2024
1 parent 9f0d8e6 commit ae3bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/assigner/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ int curve_dependent_main(std::string bytecode_file_name,
if (gen_mode.has_circuit()) { // if we are generation circuit then we are generation table pieces in the same time. Need to write itno file
boost::json::array pieces_json;
// for (const auto& piece : nil::blueprint::table_pieces) {
for (const auto& piece : table_pieces) {
for (const auto& piece : nil::blueprint::table_pieces) {
pieces_json.push_back(piece.to_json());
}

Expand Down

0 comments on commit ae3bda4

Please sign in to comment.