From cbd68fd0a0d2c72a751b79e46d12955dd88d2345 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Wed, 13 Dec 2023 15:54:41 -0500 Subject: [PATCH] Update x/data/iri.go Co-authored-by: Marie Gauthier --- x/data/iri.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/data/iri.go b/x/data/iri.go index 8f35dee0da..a6967407b4 100644 --- a/x/data/iri.go +++ b/x/data/iri.go @@ -32,7 +32,7 @@ const ( // ToIRI converts the ContentHash_Raw to an IRI (internationalized URI) based on the following // pattern: regen:{base58check(concat( byte(0x0), byte(digest_algorithm), hash), 1)}.{file_extension} -// This is the same as ContentHash_Raw.ToIRI except that the media type is replaced with a file extension +// This is the same as ContentHash_Raw.ToIRI from regen.data.v1 except that the media type is replaced with a file extension // and the base58check version byte is 1 instead of 0. func (chr ContentHash_Raw) ToIRI() (string, error) { err := chr.Validate()