Skip to content

Commit

Permalink
use cbor many store interface
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden committed Oct 17, 2023
1 parent c84f946 commit 8aa735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func (n *node) forEachAtParallel(ctx context.Context, bs cbor.IpldStore, bitWidt
}
}

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

0 comments on commit 8aa735d

Please sign in to comment.