From 00e3549633fea18a6c9656e89bbd5e012be29364 Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Mon, 11 Sep 2023 12:45:43 -0400 Subject: [PATCH] changed Put multicodec to Blake3 (#167) --- mobile/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/client.go b/mobile/client.go index 6f988121..ebf49597 100644 --- a/mobile/client.go +++ b/mobile/client.go @@ -175,7 +175,7 @@ func (c *Client) Put(value []byte, codec int64) ([]byte, error) { Prefix: cid.Prefix{ Version: 1, Codec: ucodec, - MhType: uint64(multicodec.Sha2_256), + MhType: uint64(multicodec.Blake3), MhLength: -1, }, },