Skip to content

Commit

Permalink
update block tracker string
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Oct 29, 2024
1 parent 2c0e599 commit 6a682af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ struct MaxBlockSizeTracker {
}

// For printing only. Must match the order of the members in the arithmetization
std::vector<std::string> block_labels{ "ecc_op", "pub_inputs", "arithmetic",
"delta_range", "elliptic", "aux",
"busread", "poseidon2_external", "poseidon2_internal",
std::vector<std::string> block_labels{ "ecc_op", "pub_inputs", "busread",
"arithmetic", "delta_range", "elliptic",
"aux", "poseidon2_external", "poseidon2_internal",
"lookup" };

void print()
Expand Down

0 comments on commit 6a682af

Please sign in to comment.