Skip to content

Commit

Permalink
Update tlsn/tlsn-core/src/proof.rs
Browse files Browse the repository at this point in the history
Co-authored-by: th4s <[email protected]>
  • Loading branch information
sinui0 and th4s authored Sep 18, 2023
1 parent 3b9be92 commit 767d687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlsn/tlsn-core/src/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl<'a> SubstringsProofBuilder<'a> {

let data = transcript.get_bytes_in_ranges(info.ranges());

// check that the commitment is not already revealed
// add commitment to openings and return an error if it is already present
if self
.openings
.insert(id, (info.clone(), commitment.open(data).into()))
Expand Down

0 comments on commit 767d687

Please sign in to comment.