This commit is contained in:
Anton Evangelatov
2021-07-02 12:24:07 +02:00
parent 96245c3cfa
commit 9e85492b85
3 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ import (
"github.com/ipfs/go-graphsync"
exchange "github.com/ipfs/go-ipfs-exchange-interface"
format "github.com/ipfs/go-ipld-format"
"github.com/libp2p/go-libp2p-core/host"
"github.com/filecoin-project/go-fil-markets/storagemarket/impl/requestvalidation"
"github.com/filecoin-project/go-multistore"
@@ -84,7 +83,7 @@ type ClientDataTransfer datatransfer.Manager
type ProviderDealStore *statestore.StateStore
type ProviderPieceStore piecestore.PieceStore
type Libp2pHost host.Host
type ProviderRequestValidator *requestvalidation.UnifiedRequestValidator
// ProviderDataTransfer is a data transfer manager for the provider