unwire host from storage.Miner.

This commit is contained in:
Raúl Kripalani
2021-07-01 13:53:20 +01:00
parent 3aa6d03cc1
commit 1869de7662
5 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ type StorageMinerAPI struct {
Host dtypes.Libp2pHost `optional:"true"`
// Miner / storage
Miner *storage.Miner `optional:"true"`
Miner *storage.Miner
BlockMiner *miner.Miner `optional:"true"`
StorageMgr *sectorstorage.Manager `optional:"true"`
IStorageMgr sectorstorage.SectorManager `optional:"true"`