Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor O'Hara authored and Connor O'Hara committed Feb 20, 2024
1 parent cb29322 commit 305c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2x/core/src/frontend/recursion/plonky2_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::frontend::recursion::fri::proof::FriProofVariable;
use crate::frontend::recursion::hash::MerkleCapVariable;
use crate::prelude::Variable;
pub struct ProofWithPublicInputsVariable<const D: usize> {
proof: ProofVariable<D>, // Add missing generic argument
proof: ProofVariable<D>,
public_inputs: Vec<Variable>,
}

Expand Down

0 comments on commit 305c568

Please sign in to comment.