Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AleCla97 committed Nov 27, 2024
1 parent cf58d2d commit ec1a20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/2_pqc/revocation_zk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async fn main() -> anyhow::Result<()> {
None,
).await?;

println!("{} {} {} {}", "[Issuer]".red(), " -> [Holder]".blue(), ": Sending VC (as JPT):", credential_jpt.as_str());
println!("{} {} {} {} {}", "[Issuer]".red(), " -> ", "[Holder]".blue(), ": Sending VC (as JPT):", credential_jpt.as_str());

println!("{} {} {}", "[Holder]".blue(), ": Resolve Issuer's DID:", issuer_document.id().as_str());

Expand Down Expand Up @@ -205,7 +205,7 @@ async fn main() -> anyhow::Result<()> {
StatusCheck::Strict,
).unwrap();

println!("{}: JPT successfully verified, access granted", "[Verifier]".green());
println!("{} : JPT successfully verified, access granted", "[Verifier]".green());

println!("");

Expand Down

0 comments on commit ec1a20e

Please sign in to comment.