feat(markets): update to markets v0.5.8
This commit is contained in:
@@ -93,8 +93,8 @@ func NewClientGraphsyncDataTransfer(lc fx.Lifecycle, h host.Host, gs dtypes.Grap
|
||||
OnStart: func(ctx context.Context) error {
|
||||
return dt.Start(ctx)
|
||||
},
|
||||
OnStop: func(context.Context) error {
|
||||
return dt.Stop()
|
||||
OnStop: func(ctx context.Context) error {
|
||||
return dt.Stop(ctx)
|
||||
},
|
||||
})
|
||||
return dt, nil
|
||||
|
||||
@@ -226,8 +226,8 @@ func NewProviderDAGServiceDataTransfer(lc fx.Lifecycle, h host.Host, gs dtypes.S
|
||||
OnStart: func(ctx context.Context) error {
|
||||
return dt.Start(ctx)
|
||||
},
|
||||
OnStop: func(context.Context) error {
|
||||
return dt.Stop()
|
||||
OnStop: func(ctx context.Context) error {
|
||||
return dt.Stop(ctx)
|
||||
},
|
||||
})
|
||||
return dt, nil
|
||||
|
||||
Reference in New Issue
Block a user