Skip to content

Commit

Permalink
temp disable verify
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 17, 2023
1 parent c47ce05 commit 7eb15ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repo/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const carToBlocks = async (
const blocks = new BlockMap()
let count = 0
try {
for await (const block of verifyIncomingCarBlocks(car.blocks())) {
for await (const block of car.blocks()) {
count++
blocks.set(block.cid, block.bytes)
}
Expand Down

0 comments on commit 7eb15ae

Please sign in to comment.