Skip to content

Commit

Permalink
minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
kezike committed Apr 23, 2024
1 parent 5161e0f commit 7adb3f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,17 @@ console.log(credentialWithStatus);
credentialSubject: { id: 'did:example:abcdef' },
credentialStatus: [
{
id: 'https://credentials.example.edu/status/Uz42qSDSXTcoLH7kZ6ST#1',
id: 'https://credentials.example.edu/status/Uz42qSDSXTcoLH7kZ6ST#6',
type: 'BitstringStatusListEntry',
statusPurpose: 'revocation',
statusListIndex: '1',
statusListIndex: '6',
statusListCredential: 'https://credentials.example.edu/status/Uz42qSDSXTcoLH7kZ6ST'
},
{
id: 'https://credentials.example.edu/status/9kGimd8POqM88l32F9aT#1',
id: 'https://credentials.example.edu/status/9kGimd8POqM88l32F9aT#3',
type: 'BitstringStatusListEntry',
statusPurpose: 'suspension',
statusListIndex: '1',
statusListIndex: '3',
statusListCredential: 'https://credentials.example.edu/status/9kGimd8POqM88l32F9aT'
}
]
Expand Down Expand Up @@ -205,12 +205,12 @@ console.log(credentialStatus);
{
revocation: {
statusCredentialId: 'Uz42qSDSXTcoLH7kZ6ST',
statusListIndex: 1,
statusListIndex: 6,
valid: true
},
suspension: {
statusCredentialId: '9kGimd8POqM88l32F9aT',
statusListIndex: 1,
statusListIndex: 3,
valid: false
}
}
Expand Down

0 comments on commit 7adb3f0

Please sign in to comment.