retrieval: resolve some TODOs

This commit is contained in:
Łukasz Magiera
2019-08-29 17:51:52 +02:00
parent a43890dc76
commit fe6d5ff3a8
9 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -3,16 +3,16 @@ package impl
import (
"context"
"fmt"
"github.com/filecoin-project/go-lotus/build"
"github.com/filecoin-project/go-lotus/storage/sectorblocks"
"io"
"math/rand"
"github.com/filecoin-project/go-lotus/api"
"github.com/filecoin-project/go-lotus/build"
"github.com/filecoin-project/go-lotus/chain/address"
"github.com/filecoin-project/go-lotus/lib/sectorbuilder"
"github.com/filecoin-project/go-lotus/storage"
"github.com/filecoin-project/go-lotus/storage/sector"
"github.com/filecoin-project/go-lotus/storage/sectorblocks"
)
type StorageMinerAPI struct {