feat(markets): update markets mulitple deal stores

This commit is contained in:
hannahhoward
2020-07-27 23:13:28 -07:00
parent c0f0e2ba45
commit 5a623cccb5
12 changed files with 117 additions and 61 deletions
+1
View File
@@ -298,6 +298,7 @@ func Online() Option {
Override(new(*storage.Miner), modules.StorageMiner),
Override(new(dtypes.NetworkName), modules.StorageNetworkName),
Override(new(dtypes.StagingMultiDstore), modules.StagingMultiDatastore),
Override(new(dtypes.StagingBlockstore), modules.StagingBlockstore),
Override(new(dtypes.StagingDAG), modules.StagingDAG),
Override(new(dtypes.StagingGraphsync), modules.StagingGraphsync),