Commit fa8d7f54 authored by potsables's avatar potsables

Merge remote-tracking branch 'origin/embed-example' into embed-example

parents cbfa50ea 5e4b85a4
......@@ -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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment