File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
267
267
handle_credential_error ( & cred_err) ;
268
268
}
269
269
Ok ( _) => {
270
- println ! ( "Proof... ✅" ) ;
270
+ println ! ( "Proof.... ✅" ) ;
271
271
println ! ( "Issuer... ✅" ) ;
272
272
}
273
273
}
@@ -364,7 +364,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
364
364
println ! ( "Digest... ❌ (mismatched dataset hash digests)" ) ;
365
365
}
366
366
Ok ( _) => {
367
- println ! ( "Proof... ✅" ) ;
367
+ println ! ( "Proof.... ✅" ) ;
368
368
println ! ( "Issuer... ✅" ) ;
369
369
println ! ( "Digest... ✅" ) ;
370
370
}
@@ -420,15 +420,15 @@ fn handle_credential_error(err: &CredentialError) {
420
420
println ! ( "Proof... ❌ (missing verification method)" ) ;
421
421
}
422
422
_err @ CredentialError :: NoIssuerPresent => {
423
- println ! ( "Proof... ✅" ) ;
423
+ println ! ( "Proof.... ✅" ) ;
424
424
println ! ( "Issuer... ❌ (missing issuer)" ) ;
425
425
}
426
426
_err @ CredentialError :: VerifierError ( _) => {
427
- println ! ( "Proof... ✅" ) ;
427
+ println ! ( "Proof.... ✅" ) ;
428
428
println ! ( "Issuer... ❌ (with verifier error)" ) ;
429
429
}
430
430
_err @ CredentialError :: FailedToDecodeJWT => {
431
- println ! ( "Proof... ❌" ) ;
431
+ println ! ( "Proof.... ❌" ) ;
432
432
println ! ( "Issuer... ❌" ) ;
433
433
}
434
434
}
You can’t perform that action at this time.
0 commit comments