Skip to content

Commit 8aa735d

Browse files
committed
use cbor many store interface
1 parent c84f946 commit 8aa735d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ func (n *node) forEachAtParallel(ctx context.Context, bs cbor.IpldStore, bitWidt
390390
}
391391
}
392392

393-
dserv := bs.(*cbor.BatchOpIpldStore)
393+
dserv := bs.(cbor.IpldBatchOpStore)
394394
nodes := make([]interface{}, len(linksToVisit))
395395
for j := 0; j < len(linksToVisit); j++ {
396396
nodes[j] = new(internal.Node)

0 commit comments

Comments
 (0)