Skip to content

Commit

Permalink
changed number of n_queries
Browse files Browse the repository at this point in the history
  • Loading branch information
chudkowsky committed Sep 13, 2024
1 parent 63509b4 commit fc3e0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/utils/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl core::default::Default for Template {
fri: StarkFri {
fri_step_list: vec![0, 4, 4, 4],
last_layer_degree_bound: 128,
n_queries: 16,
n_queries: 8,
proof_of_work_bits: 30,
},
log_n_cosets: 3,
Expand Down

0 comments on commit fc3e0fc

Please sign in to comment.