Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-merkledag
Commits
b709fb48
Commit
b709fb48
authored
Apr 25, 2017
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation
License: MIT Signed-off-by:
Kevin Atkinson
<
k@kevina.org
>
parent
d95bc83c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
node.go
node.go
+2
-1
No files found.
node.go
View file @
b709fb48
...
...
@@ -42,6 +42,7 @@ var v1CidPrefix = cid.Prefix{
Version
:
1
,
}
// PrefixForCidVersion returns the Protobuf prefix for a given CID version
func
PrefixForCidVersion
(
version
int
)
(
cid
.
Prefix
,
error
)
{
switch
version
{
case
0
:
...
...
@@ -53,7 +54,7 @@ func PrefixForCidVersion(version int) (cid.Prefix, error) {
}
}
// SetPrefix sets the prefix if it is non nil, if prefix is nil then
// SetPrefix sets the
CID
prefix if it is non nil, if prefix is nil then
// it resets it the default value
func
(
n
*
ProtoNode
)
SetPrefix
(
prefix
*
cid
.
Prefix
)
{
if
prefix
==
nil
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment