Skip to content

Commit

Permalink
Update consistency/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: robinbryce <[email protected]>
Signed-off-by: Joe Gough <[email protected]>
  • Loading branch information
honourfish and robinbryce authored Jun 10, 2024
1 parent 1fb63b6 commit 4785cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consistency/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func ConsistencyDemo() (verified bool, err error) {
// The second log state is taken from a later point in time when the above event, as well as the following event is on the log:
// https://app.datatrails.ai/archivist/publicassets/fe022486-3272-4d44-aab5-765a37c17b85/events/3e7a16dd-01d6-44f5-870d-abb9c56d154b
//
// We want to make sure that the second log state is appended from the first
// We want to make sure that the second log state continues to include all the entries from the earlier log state, and includes them in exactly the same place

return logverification.VerifyConsistency(context.Background(), hasher, reader, publicTenantID, existingLogState, logState)

Expand Down

0 comments on commit 4785cdb

Please sign in to comment.