Merge pull request #8425 from filecoin-project/fix/market-node-startup
fix: node: Fix market node startup
This commit is contained in:
commit
1bd0f55945
@ -93,7 +93,7 @@ type StorageMinerAPI struct {
|
||||
storiface.WorkerReturn `optional:"true"`
|
||||
AddrSel *storage.AddressSelector
|
||||
|
||||
WdPoSt *storage.WindowPoStScheduler
|
||||
WdPoSt *storage.WindowPoStScheduler `optional:"true"`
|
||||
|
||||
Epp gen.WinningPoStProver `optional:"true"`
|
||||
DS dtypes.MetadataDS
|
||||
|
Loading…
Reference in New Issue
Block a user