From ba4eb9b8f93843a3a698f1a6666f81c7b9fb1845 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 21 Jul 2024 17:35:57 +0200 Subject: [PATCH] fix typo --- buds/05.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buds/05.md b/buds/05.md index 1918c3c..5051dde 100644 --- a/buds/05.md +++ b/buds/05.md @@ -74,10 +74,9 @@ Example response: (optional using the /mirror endpoint) -1. Client sends the `url` to Server C `/mirror` using the original authorization event +1. Client sends the `url` to Server C `/mirror` using the compressed authorization event 1. Server C downloads blob from Server A or B using the url field -1. Server C verifies downloaded blob hash matches `x` tag in authorization event -1. Server C verify the metadata matches the original blob compressing the blob locally with the same parameters +1. Server C verifies downloaded blob hash matches `x` tag in authorization event (using sha256 or compressed.sha256) 1. Server C returns [Blob Descriptor](./02.md#blob-descriptor)