Skip to content

Commit

Permalink
Update src/verifier/client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob <jacob.ward@spruceid.com>
  • Loading branch information
Ryanmtate and cobward authored Aug 20, 2024
1 parent 9997486 commit 2a93750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/verifier/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl DIDClient {
signer: Arc<dyn RequestSigner + Send + Sync>,
resolver: impl JWKResolver,
) -> Result<Self> {
// use ssi_jwk::JWKResolver;

let (id, _f) = vm.rsplit_once('#').context(format!(
"expected a DID verification method, received '{vm}'"
Expand Down

0 comments on commit 2a93750

Please sign in to comment.