Skip to content

Commit a3676d2

Browse files
committed
doc: Fix comment.
1 parent 4c0e23d commit a3676d2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/java/com/danubetech/verifiablecredentials/jsonld/VerifiableCredentialKeywords.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ public class VerifiableCredentialKeywords {
2828
public static final String JSONLD_TERM_CREDENTIALREFERENCE = "credentialReference";
2929
public static final String JSONLD_TERM_REVOCATIONSERVICE = "revocationService";
3030

31+
public static final String JSONLD_TERM_BLOCKCHAIN_HASH_PROOF_2020 = "BlockchainHashProof2020";
32+
33+
/*
34+
* https://w3id.org/vc-revocation-list-2020/v1
35+
*/
36+
3137
public static final String JSONLD_TERM_REVOCATION_LIST_2020_STATUS = "RevocationList2020Status";
3238
public static final String JSONLD_TERM_REVOCATIONLISTINDEX = "revocationListIndex";
3339
public static final String JSONLD_TERM_REVOCATIONLISTCREDENTIAL = "revocationListCredential";
34-
35-
public static final String JSONLD_TERM_BLOCKCHAIN_HASH_PROOF_2020 = "BlockchainHashProof2020";
3640
}

0 commit comments

Comments
 (0)