Skip to content

Commit

Permalink
Fix bug in Example 2 spotted by @brianorwhatever.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 5, 2024
1 parent 173abf3 commit a4b404e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ <h2>Event Log</h2>
"digestMultibase": "uEiwLZcLK9EBguM5WZlbAgfXBDuQAkoYyQ6YVtUmER8pN24"
"proof": [<span class="comment">...</span>] <span class="comment">// a list of witness proofs securing the previous event log</span>
},
"log": {
"log": [{
"event": {<span class="comment">...</span>}, <span class="comment">// the first event in the event log</span>
"proof": [<span class="comment">...</span>] <span class="comment">// a list of witness proofs securing the event</span>
}, {
Expand All @@ -473,8 +473,8 @@ <h2>Event Log</h2>
}, {
"event": {<span class="comment">...</span>}, <span class="comment">// the third event</span>
"proof": [<span class="comment">...</span>] <span class="comment">// a list of witness proofs securing the third event</span>
}
}]
}]
}
</pre>

</section>
Expand Down

0 comments on commit a4b404e

Please sign in to comment.