call dagstore start

This commit is contained in:
Aarsh Shah
2021-07-30 01:43:34 +05:30
parent 073150a306
commit fcd630e529
4 changed files with 8 additions and 6 deletions
+1 -2
View File
@@ -631,8 +631,7 @@ func DagStoreWrapper(
lc.Append(fx.Hook{
OnStart: func(ctx context.Context) error {
dsw.Start(ctx)
return nil
return dsw.Start(ctx)
},
OnStop: func(context.Context) error {
return dsw.Close()