From a4b404e70648b7125fa635838e5092c8cbbe8214 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Thu, 5 Dec 2024 11:40:04 -0500 Subject: [PATCH] Fix bug in Example 2 spotted by @brianorwhatever. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 47ee628..bee9202 100644 --- a/index.html +++ b/index.html @@ -464,7 +464,7 @@

Event Log

"digestMultibase": "uEiwLZcLK9EBguM5WZlbAgfXBDuQAkoYyQ6YVtUmER8pN24" "proof": [...] // a list of witness proofs securing the previous event log }, - "log": { + "log": [{ "event": {...}, // the first event in the event log "proof": [...] // a list of witness proofs securing the event }, { @@ -473,8 +473,8 @@

Event Log

}, { "event": {...}, // the third event "proof": [...] // a list of witness proofs securing the third event - } -}] + }] +}