Skip to content

Commit

Permalink
Merge pull request #20 from telosnetwork/revert-17-make_standard_recu…
Browse files Browse the repository at this point in the history
…rsion_config_public

Revert "Make `standard_recursion_config()` public"
  • Loading branch information
ptagl committed Jan 17, 2025
2 parents e5f3e45 + 11aa9f0 commit 387e683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/plonk/circuit_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl CircuitConfig {
}
}

pub fn standard_recursion_config() -> Self {
fn standard_recursion_config() -> Self {
Self {
num_wires: 0,
num_routed_wires: 80,
Expand Down

0 comments on commit 387e683

Please sign in to comment.