Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stores/dagstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type DAGStoreWrapper interface {

GetIterableIndexForPiece(pieceCid cid.Cid) (carindex.IterableIndex, error)

// DestroyShard initiates the registration of a new shard.
// DestroyShard initiates the destruction of an existing shard.
//
// This method returns an error synchronously if preliminary validation fails.
// Otherwise, it queues the shard for destruction. The caller should monitor
Expand Down