Skip to content

Commit

Permalink
unnecessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 committed Sep 18, 2024
1 parent a69dc97 commit 5118309
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/transcript.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ pub struct PartialTranscript {
sent: Vec<u8>,
/// Data received by the Prover from the Server.
received: Vec<u8>,

/// Index of `sent` which have been authenticated.
sent_authed: Idx,
/// Index of `received` which have been authenticated.
Expand Down

0 comments on commit 5118309

Please sign in to comment.