Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

feat: upgrade to awesome dag-pb #444

Merged
merged 2 commits into from
Nov 24, 2016
Merged

feat: upgrade to awesome dag-pb #444

merged 2 commits into from
Nov 24, 2016

Conversation

daviddias
Copy link
Contributor

@daviddias daviddias commented Nov 23, 2016

if (err) {
return callback(err)
}

if (nodeJSON.Hash !== result.Hash) {
return callback(new Error('Stored object was different from constructed object'))
if (node.toJSON.multihash !== result.Hash) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be: node.toJSON().multihash

@haadcode
Copy link
Contributor

One bug, otherwise LGTM.

@daviddias
Copy link
Contributor Author

Thank you for reviewing @haadcode :)

@daviddias daviddias merged commit 59496a9 into master Nov 24, 2016
@daviddias daviddias deleted the feat/awesome-dag-pb branch November 24, 2016 12:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants