Use state store for sectors

This commit is contained in:
Łukasz Magiera
2019-11-01 15:06:49 +01:00
parent 080a84970c
commit 82344649d3
14 changed files with 829 additions and 173 deletions
+1
View File
@@ -90,6 +90,7 @@ func StorageMiner(mctx helpers.MetricsCtx, lc fx.Lifecycle, api api.FullNode, h
OnStart: func(context.Context) error {
return sm.Run(ctx)
},
OnStop: sm.Stop,
})
return sm, nil