Skip to content

Commit

Permalink
changed Put multicodec to Blake3
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Sep 11, 2023
1 parent cae0cc5 commit 7f1d61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 7f1d61b

Please sign in to comment.