Skip to content

Commit

Permalink
Fixed one id in example that wasn't an urn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind4Greg authored and msporny committed Feb 19, 2024
1 parent 5ffd05e commit cddabaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4489,8 +4489,8 @@ <h2>Understanding Proof Sets and Proof Chains</h2>
Now, when the CEO validates the received the verifiable credential with the above <em>proof
chain</em>, they will check that the CFO signed based on the signature of the
VP of Engineering. First, they will check the proof/signature with
`id = 0` against the public key of the VP of Engineering. Note that
this proof/signature is over the original document.
`id = urn:proof-0` against the public key of the VP of Engineering. Note that
this proof/signature is over the original document.
</p>
<p>
Next, the CEO will check the proof/signature `id = "urn:proof-1"` against the
Expand Down

0 comments on commit cddabaf

Please sign in to comment.