Skip to content

Commit f9190b3

Browse files
committed
added note clarifying that credentialSubject.id is not used to look up the entry in the status list.
1 parent 2064063 commit f9190b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,12 @@ <h3>BitstringStatusListEntry</h3>
733733
credential.
734734
</p>
735735

736+
<p class="note">
737+
It is important to note that the statusListIndex is the only link between
738+
the [=Verifiable credential=] and its status in the list. The
739+
```credentialSubject.id``` is not used when checking status.
740+
</p>
741+
736742
<pre class="example nohighlight"
737743
title="Example StatusListCredential using more complex entries">
738744
{

0 commit comments

Comments
 (0)