Skip to content

Commit

Permalink
remove code added by mistake to exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
schouhy committed Sep 22, 2023
1 parent ec83637 commit 74e9d48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exercises/message/src/starks/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,11 +744,6 @@ where
.collect()
}

strct StoneProverTranscript {
counter: usize,
spare_bytes: Vec<u8>,
hash: dyn Transcript,
}

// FIXME remove unwrap() calls and return errors
pub fn prove<F, A>(
Expand Down

0 comments on commit 74e9d48

Please sign in to comment.