Skip to content

Commit

Permalink
Clarify previousProof verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 authored and msporny committed Sep 16, 2024
1 parent 1d7bfa6 commit 03cd648
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 @@ -2182,8 +2182,8 @@ <h3>Verify Proof Sets and Chains</h3>
<li>
If |proof| contains a `previousProof` attribute and that attribute is a
[=string=], add the element from |allProofs| with an `id` attribute matching
`previousProof` to `matchingProofs`. If a proof with `id` does not exist in
|allProofs|, an error MUST be raised and SHOULD convey an error type of
`previousProof` to `matchingProofs`. If a proof with `id` equal to `previousProof`
does not exist in |allProofs|, an error MUST be raised and SHOULD convey an error type of
<a href="#PROOF_VERIFICATION_ERROR">PROOF_VERIFICATION_ERROR</a>. If the
`previousProof` attribute is a [=list=], add each element from |allProofs| with an
`id` attribute that matches an element of that [=list=]. If any element of
Expand Down

0 comments on commit 03cd648

Please sign in to comment.