Skip to content

Commit

Permalink
modifies ordering of status credential id char set
Browse files Browse the repository at this point in the history
  • Loading branch information
kezike committed May 1, 2024
1 parent 844b5d7 commit 97b22a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credential-status-manager-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const CREDENTIAL_STATUS_LIST_SIZE = 100000;
const STATUS_CREDENTIAL_ID_LENGTH = 20;

// Character set of status credential ID
const STATUS_CREDENTIAL_ID_CHAR_SET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
const STATUS_CREDENTIAL_ID_CHAR_SET = '012ABCDEFGHIJKLMnopqrstuvwxyz3456abcdefghijklmNOPQRSTUVWXYZ789';

// Status credential type
const STATUS_CREDENTIAL_TYPE = 'BitstringStatusListCredential';
Expand Down

0 comments on commit 97b22a4

Please sign in to comment.