We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350d6af commit 823c6b8Copy full SHA for 823c6b8
README.md
@@ -69,7 +69,7 @@ import (
69
// Create a cid manually by specifying the 'prefix' parameters
70
pref := cid.Prefix{
71
Version: 1,
72
- Codec: mc.Raw,
+ Codec: uint64(mc.Raw),
73
MhType: mh.SHA2_256,
74
MhLength: -1, // default length
75
}
0 commit comments