Skip to content

Commit

Permalink
Fix typo in examples/hashchain.rs
Browse files Browse the repository at this point in the history
Co-authored-by: tchataigner <[email protected]>
  • Loading branch information
huitseeker and tchataigner authored Feb 21, 2024
1 parent fafdcbc commit 0e49e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hashchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl<G: Group> StepCircuit<G::Scalar> for HashChainCircuit<G> {
}
}

/// cargo run --release --example and
/// cargo run --release --example hashchain
fn main() {
println!("=========================================================");
println!("Nova-based hashchain example");
Expand Down

0 comments on commit 0e49e2d

Please sign in to comment.