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

Commit 7a2a308

Browse files
committed
fix: do not use cid property of DAGNodes just yet
1 parent 6c2bdce commit 7a2a308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder/builder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = function builder (createChunker, ipld, createReducer, _options)
9696
}
9797
callback(null, {
9898
path: item.path,
99-
multihash: node.cid.buffer,
99+
multihash: node.multihash,
100100
size: node.size
101101
})
102102
})

0 commit comments

Comments
 (0)