Skip to content

Commit

Permalink
Update crates/examples/attestation/present.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau authored Oct 29, 2024
1 parent ecd95e5 commit 96e3b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/examples/attestation/present.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async fn create_presentation(example_type: &ExampleType) -> Result<(), Box<dyn s
builder.reveal_sent(&request.without_data())?;
// Reveal the request target.
builder.reveal_sent(&request.request.target)?;
// Reveal all headers except the values of the User-Agent and Authorization.
// Reveal all headers except the values of User-Agent and Authorization.
for header in &request.headers {
if !(header
.name
Expand Down

0 comments on commit 96e3b8b

Please sign in to comment.