sectorstore: Address review feetback

This commit is contained in:
Łukasz Magiera
2019-08-15 00:46:15 +02:00
parent e6493afd46
commit baf4fbe309
3 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -3,14 +3,14 @@ package impl
import (
"context"
"fmt"
"github.com/filecoin-project/go-lotus/chain/address"
"github.com/filecoin-project/go-lotus/storage/sector"
"io"
"math/rand"
"github.com/filecoin-project/go-lotus/api"
"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"
)
type StorageMinerAPI struct {