Skip to content

Commit 0af23cb

Browse files
Update comment for max length of credential type
1 parent 291ec19 commit 0af23cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_code-samples/issue-credentials/js/credential.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function validateCredentialRequest({ subject, credential, uri, expiration
3737
* Checks if the specified credential type is one that this service issues.
3838
* XRPL credential types can be any binary data; this service issues
3939
* any credential that can be encoded from the following ASCII chars:
40-
* alphanumeric characters, underscore, period, and dash. (min length 1, max 64)
40+
* alphanumeric characters, underscore, period, and dash. (min length 1, max 128)
4141
*
4242
* You might want to further limit the credential types, depending on your
4343
* use case; for example, you might only issue one specific credential type.

0 commit comments

Comments
 (0)