Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
fix: do not use cid property of DAGNodes just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 12, 2018
1 parent 6c2bdce commit 7a2a308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module.exports = function builder (createChunker, ipld, createReducer, _options)
}
callback(null, {
path: item.path,
multihash: node.cid.buffer,
multihash: node.multihash,
size: node.size
})
})
Expand Down

0 comments on commit 7a2a308

Please sign in to comment.