Skip to content

Commit

Permalink
Update bound/kt/src/main/kotlin/web5/sdk/vc/StatusListCredential.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal authored Sep 16, 2024
1 parent 4cfc4f4 commit 9b7b867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data class StatusListCredential(
*
* Example usage:
* ```
* val issuerBearerDid = DidJwk.create(null)
* val issuerBearerDid = DidJwk.create()
* val subjectDidUri = "did:dht:ng4hmqtrgujox4agpf8okxihnyy1zqnq97qfeq15x8oar7yepzhy"
* val verifiableCredential = VerifiableCredential.create(
* Issuer.StringIssuer(issuerBearerDid.did.uri),
Expand Down

0 comments on commit 9b7b867

Please sign in to comment.