From 7f1d61b94266a5892a0054eb9b077da8f714e9da Mon Sep 17 00:00:00 2001 From: ehsan shariati Date: Mon, 11 Sep 2023 12:06:36 -0400 Subject: [PATCH] changed Put multicodec to Blake3 --- 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, }, },