Skip to content

Commit

Permalink
fix(storagemarket): assign net member (#114)
Browse files Browse the repository at this point in the history
The storage market network was not being assigned!
  • Loading branch information
hannahhoward authored Feb 6, 2020
1 parent 64f1663 commit e2f0933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storagemarket/impl/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func NewProvider(net network.StorageMarketNetwork, ds datastore.Batching, bs blo
pio := pieceio.NewPieceIOWithStore(carIO, fs, bs)

h := &Provider{
net: net,
fs: fs,
pio: pio,
pieceStore: pieceStore,
Expand Down

0 comments on commit e2f0933

Please sign in to comment.