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-dms3ns
Commits
fa8d7f54
Commit
fa8d7f54
authored
6 years ago
by
potsables
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/embed-example' into embed-example
parents
cbfa50ea
5e4b85a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/embed.go
examples/embed.go
+1
-1
No files found.
examples/embed.go
View file @
fa8d7f54
...
...
@@ -21,7 +21,7 @@ func CreateEntryWithEmbed(ipfsPath string, publicKey crypto.PubKey, privateKey c
}
err
=
ipns
.
EmbedPublicKey
(
publicKey
,
entry
)
if
err
!=
nil
{
return
nil
,
nil
return
nil
,
err
}
return
entry
,
nil
}
This diff is collapsed.
Click to expand it.
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